diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:56:48 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-03 14:56:48 +0530 |
| commit | c26299ade691db88bd481e9f62af6f049872338d (patch) | |
| tree | 927fe41c1636f84d7162a4799cbc5b650be2c271 /modules/login.nix | |
| parent | 62c6e3038af1e360af462c928d28d049070e113f (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | modules/login.nix | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/login.nix b/modules/login.nix index c439e52..5ec23cc 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -10,8 +10,9 @@ 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 \"sway\""; + # command = "tuigreet --time --remember --cmd \"startplasma-wayland\""; + command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; user = "greeter"; }; }; |
