diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-16 16:31:42 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-16 16:31:42 +0530 |
| commit | 6ba0196a5cc237a263ce0210b920bbd5d38fac0c (patch) | |
| tree | cd13eefef1e11614e4db54a6f5afcdc4bd87d472 /modules/login.nix | |
| parent | 722467fc40bfb44ee0aee1c6aab804dc36d16851 (diff) | |
update
Diffstat (limited to 'modules/login.nix')
| -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 0789cff..ee4e29d 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"; }; }; |
