diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-11 12:11:12 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-04-11 12:11:12 +0530 |
| commit | 175c3689ac0dddf8514e23a27e7f42bfb4e097e7 (patch) | |
| tree | d5e10afad6c369ddce9042a0aaef48de1783433a /modules | |
| parent | 11e9636956bfacca3ad1b3164a0773a2cbfe6840 (diff) | |
update
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/core/global.nix | 2 | ||||
| -rw-r--r-- | modules/login.nix | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/modules/core/global.nix b/modules/core/global.nix index 2e7ed90..138d970 100644 --- a/modules/core/global.nix +++ b/modules/core/global.nix @@ -11,6 +11,8 @@ in { nixPath = [ "nixpkgs=${nix_path}" ]; }; + boot.kernelParams = [ "quiet" "splash" ]; + systemd.tmpfiles.rules = [ "L+ ${nix_path} - - - - ${pkgs.path}" ]; diff --git a/modules/login.nix b/modules/login.nix index 58e4ac4..3d9fb31 100644 --- a/modules/login.nix +++ b/modules/login.nix @@ -32,9 +32,9 @@ security.polkit.enable = true; - security.pam.services.swaylock.text = '' + /* security.pam.services.swaylock.text = '' auth include login - ''; + ''; */ services.xserver.libinput.enable = true; |
