diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-12 21:56:50 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-12 21:56:50 +0530 |
| commit | 1127041cda7ff8aaadd5321a27d404a00db2088d (patch) | |
| tree | b241609ece7d9a44c20d2f6436ec494853666e2c /modules/login.nix | |
| parent | dcfadeeb179db143390e937d3737f8170afe4d3d (diff) | |
Revert "dwm"
This reverts commit 55542f1ce3f313419ebe6a7fa9a7629898e6ce2e.
Diffstat (limited to 'modules/login.nix')
| -rw-r--r-- | modules/login.nix | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/modules/login.nix b/modules/login.nix index 37e78a4..79ac35f 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -10,7 +10,7 @@ enable = true; settings = { default_session = { - command = "tuigreet --time --remember --cmd \"dwm\""; + command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; user = "greeter"; }; }; @@ -32,6 +32,10 @@ security.polkit.enable = true; + security.pam.services.swaylock.text = '' + auth include login + ''; + services.xserver.libinput.enable = true; programs.gnupg.agent = { |
