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;
|
services.ratbagd.enable = true;
|
||||||
|
|
||||||
hardware.pulseaudio.support32Bit = true;
|
hardware.pulseaudio.support32Bit = true;
|
||||||
# boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
# "mem_sleep_default=deep"
|
"mem_sleep_default=deep"
|
||||||
# ];
|
];
|
||||||
# systemd.sleep.extraConfig = ''
|
systemd.sleep.extraConfig = ''
|
||||||
# AllowSuspend=yes
|
AllowSuspend=yes
|
||||||
# AllowHibernation=yes
|
AllowHibernation=yes
|
||||||
# AllowHybridSleep=yes
|
AllowHybridSleep=yes
|
||||||
# AllowSuspendThenHibernate=yes
|
AllowSuspendThenHibernate=yes
|
||||||
# '';
|
'';
|
||||||
|
|
||||||
#Nvidia Hardware begins
|
#Nvidia Hardware begins
|
||||||
services.xserver.videoDrivers = [
|
services.xserver.videoDrivers = [
|
||||||
|
|
|
@ -7,5 +7,6 @@
|
||||||
../../modules/audio
|
../../modules/audio
|
||||||
../../modules/stylix
|
../../modules/stylix
|
||||||
../../modules/electrical
|
../../modules/electrical
|
||||||
|
../../modules/desktop-environment/
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue