diff --git a/hosts/kuroko/configuration.nix b/hosts/kuroko/configuration.nix index 8cdaa62..e7b972b 100644 --- a/hosts/kuroko/configuration.nix +++ b/hosts/kuroko/configuration.nix @@ -25,15 +25,15 @@ services.ratbagd.enable = true; hardware.pulseaudio.support32Bit = true; - # boot.kernelParams = [ - # "mem_sleep_default=deep" - # ]; - # systemd.sleep.extraConfig = '' - # AllowSuspend=yes - # AllowHibernation=yes - # AllowHybridSleep=yes - # AllowSuspendThenHibernate=yes - # ''; + boot.kernelParams = [ + "mem_sleep_default=deep" + ]; + systemd.sleep.extraConfig = '' + AllowSuspend=yes + AllowHibernation=yes + AllowHybridSleep=yes + AllowSuspendThenHibernate=yes + ''; #Nvidia Hardware begins services.xserver.videoDrivers = [ diff --git a/hosts/kuroko/default.nix b/hosts/kuroko/default.nix index a3cfae5..7f930eb 100644 --- a/hosts/kuroko/default.nix +++ b/hosts/kuroko/default.nix @@ -7,5 +7,6 @@ ../../modules/audio ../../modules/stylix ../../modules/electrical + ../../modules/desktop-environment/ ]; }