summary refs log tree commit diff
path: root/modules/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base.nix')
-rwxr-xr-xmodules/base.nix10
1 files changed, 5 insertions, 5 deletions
diff --git a/modules/base.nix b/modules/base.nix

index d047f0f..7588010 100755 --- a/modules/base.nix +++ b/modules/base.nix
@@ -110,16 +110,16 @@ }; systemd = { - sleep.extraConfig = '' - AllowSuspend=no - AllowHibernation=no - ''; + sleep.settings.Sleep = { + AllowSuspend = "no"; + AllowHibernation = "no"; + }; }; environment.systemPackages = with pkgs; [ #wget net-tools - neofetch + fastfetch lnav pciutils git