diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-11 22:16:24 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-11 22:16:24 +0530 |
| commit | 55542f1ce3f313419ebe6a7fa9a7629898e6ce2e (patch) | |
| tree | aec78781c3f64eed7dce21e1aadb0342fae6bacd /modules/login.nix | |
| parent | b71f27a2179cdfa58492e2696246d3d8e55f9844 (diff) | |
dwm
Diffstat (limited to 'modules/login.nix')
| -rw-r--r-- | modules/login.nix | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/modules/login.nix b/modules/login.nix index 79ac35f..37e78a4 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 \"dwm\""; user = "greeter"; }; }; @@ -32,10 +32,6 @@ security.polkit.enable = true; - security.pam.services.swaylock.text = '' - auth include login - ''; - services.xserver.libinput.enable = true; programs.gnupg.agent = { |
