feat: Added blueman applet and service
This commit is contained in:
12
home/apps/blueman.nix
Normal file
12
home/apps/blueman.nix
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
home.packages = lib.optionals pkgs.stdenv.isLinux [
|
||||
pkgs.blueman
|
||||
pkgs.webcord
|
||||
];
|
||||
# services.blueman.enable = true;
|
||||
services.blueman-applet.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user