diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-02 22:27:04 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-02 22:27:04 +0530 | 
| commit | 9881f2cb777a54483c4b2932b45ccc13332a57d9 (patch) | |
| tree | dfd66e5e3dd0631fed3b48903df13f12bb082e72 /modules | |
| parent | d2e042cb074c1930724a06e32a50204befc3508a (diff) | |
update
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";        };      }; | 
