From 62c6e3038af1e360af462c928d28d049070e113f Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Mon, 3 Feb 2025 14:18:32 +0530 Subject: update --- modules/login.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'modules/login.nix') diff --git a/modules/login.nix b/modules/login.nix index 0789cff..c439e52 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"; }; }; @@ -36,6 +36,9 @@ security.pam.services.swaylock.text = '' auth include login ''; + security.pam.loginLimits = [ + { domain = "@users"; item = "rtprio"; type = "-"; value = 1; } + ]; services.libinput.enable = true; -- cgit v1.2.3