feat(hyprland): add keybinds for audio control
This commit is contained in:
parent
3770921930
commit
49165e30d8
2 changed files with 14 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
osConfig,
|
||||
|
@ -24,7 +25,7 @@ in
|
|||
exec-once = [ "uwsm app -- $LOCKSCREEN" ];
|
||||
}
|
||||
(import ./decoration.nix)
|
||||
(import ./keybinds.nix)
|
||||
(import ./keybinds.nix { inherit pkgs; })
|
||||
];
|
||||
};
|
||||
xdg.configFile."uwsm/env".text = # sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue