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

@ -6,7 +6,7 @@
...
}: let
cfg = config.modules.usrEnv.desktops.hyprland;
inherit (config.modules.other.system) username;
inherit (config.meta.mainUser) username;
inherit
(inputs'.split-monitor-workspaces.packages)
split-monitor-workspaces
@ -39,7 +39,7 @@ in {
cfg.portalPackage
];
config = {
common.default = ["hyprland"];
common.default = ["gtk" "hyprland"];
};
};