feat: Hyprland on Kuroko

This commit is contained in:
KaitoTLex 2025-05-13 21:05:34 -07:00
parent 2267c4314c
commit 4d461cc8ad
No known key found for this signature in database
GPG key ID: C5F52A3C0F3B4A77
2 changed files with 10 additions and 9 deletions

View file

@ -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 = [

View file

@ -7,5 +7,6 @@
../../modules/audio
../../modules/stylix
../../modules/electrical
../../modules/desktop-environment/
];
}