From 11e4fa9553bace5a24d8ed0549b54feb85ebc7a3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 15 Aug 2023 19:42:37 +0900 Subject: [PATCH] Test --- desktops/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ]; }; };