fix: hyprland file manager keybinding breaking build
This commit is contained in:
parent
627dcbb0e9
commit
c4218a4681
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ mkIf osConfig.programs.hyprland.enable {
|
|||
bind =
|
||||
[
|
||||
"$mod, D, exec, ${pkgs.fuzzel}/bin/fuzzel"
|
||||
"$mod, E, exec, ${lib.my.getExe osConfig.system.roles.desktop.filemanager}"
|
||||
"$mod, E, exec, ${lib.my.getExe osConfig.modules.system.roles.desktop.filemanager}"
|
||||
"$mod, Return, exec, ${lib.my.getExe osConfig.modules.system.roles.desktop.terminal}"
|
||||
"$mod SHIFT, Q, killactive,"
|
||||
"$mod, V, togglefloating"
|
||||
|
|
Loading…
Add table
Reference in a new issue