diff --git a/desktops/hyprland.nix b/desktops/hyprland.nix index 55ad460b..1b3e7f26 100644 --- a/desktops/hyprland.nix +++ b/desktops/hyprland.nix @@ -13,8 +13,8 @@ GTK.font_name = "Cantarell 16"; GTK.icon_theme_name = "Adwaita"; GTK.theme_name = "Adwaita"; - commands.reboot = [ "systemctl", "reboot" ]; - commands.poweroff = [ "systemctl", "poweroff" ]; + commands.reboot = [ "systemctl" "reboot" ]; + commands.poweroff = [ "systemctl" "poweroff" ]; }; };