hyprland: add audio workspace, fix keybinds

This commit is contained in:
Charlie Root 2024-09-22 19:21:53 +02:00
commit 966b9f9942
5 changed files with 9 additions and 5 deletions

View file

@ -3,7 +3,7 @@
lib,
...
}: let
inherit (config.modules.other.system) username;
inherit (config.meta.mainUser) username;
inherit (config.modules.system.hardware) monitors;
inherit (lib) imap0 flatten optionalString;
inherit (builtins) map genList attrNames toString;
@ -50,6 +50,7 @@ in {
++ [
"special:nixos, decorate:false"
"special:keepassxc, decorate:false"
"special:audio, decorate:false"
];
};
};