diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/login.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/login.nix b/modules/login.nix index 038f4a3..28432c1 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -10,7 +10,7 @@      enable = true;      settings = {        default_session = { -        command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; +        command = "tuigreet --time --remember --cmd \"qtile start -b wayland\"";          user = "greeter";        };      };  | 
