diff options
Diffstat (limited to '')
| -rw-r--r-- | modules/login.nix | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/modules/login.nix b/modules/login.nix index ee4e29d..0789cff 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -10,8 +10,8 @@      enable = true;      settings = {        default_session = { -        command = "tuigreet --time --remember --cmd \"startplasma-wayland\""; -        # command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; +        # command = "tuigreet --time --remember --cmd \"startplasma-wayland\""; +        command = "tuigreet --time --remember --cmd \"dwl -s dwlb\"";          user = "greeter";        };      }; | 
