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;
|
||||||
|
}
|
||||||
@@ -32,5 +32,6 @@ lib.optionalAttrs device.hasGui {
|
|||||||
./rpcs3.nix
|
./rpcs3.nix
|
||||||
./pcsx2.nix
|
./pcsx2.nix
|
||||||
./seafile.nix
|
./seafile.nix
|
||||||
|
./blueman.nix
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user