hyprland: add audio workspace, fix keybinds
This commit is contained in:
parent
ed2a282b73
commit
966b9f9942
5 changed files with 9 additions and 5 deletions
|
@ -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"];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue