feat: Hyprland on Kuroko
This commit is contained in:
parent
2267c4314c
commit
4d461cc8ad
2 changed files with 10 additions and 9 deletions
|
@ -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 = [
|
||||
|
|
|
@ -7,5 +7,6 @@
|
|||
../../modules/audio
|
||||
../../modules/stylix
|
||||
../../modules/electrical
|
||||
../../modules/desktop-environment/
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue