Added swaync and some notifications

This commit is contained in:
marc
2024-12-06 19:05:56 +01:00
parent 2956327b0c
commit 5fd64d47cd
5 changed files with 182 additions and 32 deletions

View File

@@ -2,7 +2,6 @@
let
cfg = config.samfelag.modules.system.bluetooth;
desktopCfg = config.samfelag.modules.desktop;
in
{
options.samfelag.modules.system.bluetooth = {
@@ -11,9 +10,5 @@ in
config = lib.mkIf cfg.enable {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
samfelag.modules.desktop.wm.i3.extraKeybindings = lib.mkIf desktopCfg.enable {
"${desktopCfg.i3.mod}+b" = "exec $HOME/.config/rofi/menus/bluetooth/bluetooth.sh";
};
};
}