diff --git a/hosts/desktopnix/default.nix b/hosts/desktopnix/default.nix index 7e38c8b..27b6551 100644 --- a/hosts/desktopnix/default.nix +++ b/hosts/desktopnix/default.nix @@ -1,8 +1,4 @@ -{ - inputs, - lib, - ... -}: { +{inputs, ...}: { imports = [ inputs.nixos-hardware.nixosModules.common-gpu-nvidia-nonprime inputs.nixos-hardware.nixosModules.common-pc diff --git a/modules/hardware/laptop.nix b/modules/hardware/laptop.nix index 553a63c..d25177a 100644 --- a/modules/hardware/laptop.nix +++ b/modules/hardware/laptop.nix @@ -4,7 +4,10 @@ IdleAction=suspend IdleActionSec=300 ''; - physlock.enable = true; + physlock = { + enable = true; + muteKernelMessages = true; + }; tlp = { enable = true; settings = { diff --git a/users/patrick/patrick.nix b/users/patrick/patrick.nix index f7603e0..31af9e5 100644 --- a/users/patrick/patrick.nix +++ b/users/patrick/patrick.nix @@ -12,6 +12,7 @@ telegram-desktop chromium libreoffice + lftp ]; }; }