summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-08-29 17:56:52 +0200
committersils <sils@sils.li>2023-08-29 17:56:52 +0200
commit8df4d2bccea02f957afcd4618eaf163449773f93 (patch)
treefbd345754db8aea8afc6b09087f1a5e5266bee1f /sys
parentfeat(sys/services/greetd): add sway_session (diff)
downloadnix-config-8df4d2bccea02f957afcd4618eaf163449773f93.tar.gz
nix-config-8df4d2bccea02f957afcd4618eaf163449773f93.zip
fix(sys/services/greetd): use correct command to start hyprland
Diffstat (limited to 'sys')
-rw-r--r--sys/services/greetd/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/services/greetd/default.nix b/sys/services/greetd/default.nix
index 901825d..cb0ed49 100644
--- a/sys/services/greetd/default.nix
+++ b/sys/services/greetd/default.nix
@@ -3,7 +3,7 @@
     enable = true;
     settings = {
       default_session = {
-        command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd hyprland";
+        command = "${pkgs.greetd.tuigreet}/bin/tuigreet --cmd Hyprland";
       };
       sway_session = {
         command = "${pkgs.greetd.tuigreet}/bin/tuigreetswayway";