diff options
Diffstat (limited to 'features/user/gui/desktops')
| -rw-r--r-- | features/user/gui/desktops/niri/keybinds.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/features/user/gui/desktops/niri/keybinds.nix b/features/user/gui/desktops/niri/keybinds.nix index de3b2de..56324bc 100644 --- a/features/user/gui/desktops/niri/keybinds.nix +++ b/features/user/gui/desktops/niri/keybinds.nix @@ -18,8 +18,7 @@ "Mod+E".action.spawn = ["neovide"]; # Reboot to gaming OS - "Mod+G".action.spawn = ["${lib.getExe (pkgs.writers.writeNuBin "gameos" "pkexec ${pkgs.efibootmgr}/bin/efibootmgr --bootnext 0005; reboot")}"]; - + "Mod+G".action.spawn = ["${lib.getExe (pkgs.writers.writeNuBin "gameos" "pkexec ${pkgs.efibootmgr}/bin/efibootmgr --bootnext 0000; reboot")}"]; # Clear Notifications "Mod+B".action.spawn = ["makoctl" "dismiss" "-a"]; |
