From 1a67a1352b08a59603b471f1838772512350641f Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Wed, 1 May 2024 18:03:31 +0530 Subject: Back to dwl --- modules/login.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/login.nix') diff --git a/modules/login.nix b/modules/login.nix index d995501..15bb46d 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -10,7 +10,7 @@ enable = true; settings = { default_session = { - command = "tuigreet --time --remember --cmd \"startplasma-wayland\""; + command = "tuigreet --time --remember --cmd \"dwl -s dwlb\""; user = "greeter"; }; }; @@ -40,9 +40,9 @@ security.polkit.enable = true; - /* security.pam.services.swaylock.text = '' + security.pam.services.swaylock.text = '' auth include login - ''; */ + ''; services.libinput.enable = true; -- cgit v1.2.3