reverted cachyos kernel deletion
This commit is contained in:
parent
e64eaed651
commit
840b675197
4 changed files with 8 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ in
|
||||||
++ lib.optionals osConfig.custom.presets.wayland.enable [
|
++ lib.optionals osConfig.custom.presets.wayland.enable [
|
||||||
gdb
|
gdb
|
||||||
element-desktop
|
element-desktop
|
||||||
vesktop
|
vesktop
|
||||||
obs-studio
|
obs-studio
|
||||||
localsend
|
localsend
|
||||||
kdePackages.kdenlive
|
kdePackages.kdenlive
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@ in {
|
||||||
".local/share/Paradox Interactive"
|
".local/share/Paradox Interactive"
|
||||||
".config/unity3d/Ludeon Studios/RimWorld by Ludeon Studios"
|
".config/unity3d/Ludeon Studios/RimWorld by Ludeon Studios"
|
||||||
".config/solaar"
|
".config/solaar"
|
||||||
".config/vesktop"
|
".config/vesktop"
|
||||||
".config/eww"
|
".config/eww"
|
||||||
".config/kdeconnect"
|
".config/kdeconnect"
|
||||||
".config/blender"
|
".config/blender"
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,9 @@ with lib.custom; {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.setPath = enabled;
|
systemd.setPath = enabled;
|
||||||
};
|
};
|
||||||
|
services.scx.enable = true; # by default uses scx_rustland scheduler
|
||||||
|
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
|
||||||
|
system.modulesTree = [pkgs.linux_cachyos.modules];
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [22 25565];
|
networking.firewall.allowedTCPPorts = [22 25565];
|
||||||
networking.firewall.allowedUDPPorts = [22 25565];
|
networking.firewall.allowedUDPPorts = [22 25565];
|
||||||
|
|
|
||||||
|
|
@ -32,6 +32,9 @@ in
|
||||||
systemd.network.wait-online.enable = lib.mkForce false; #facter
|
systemd.network.wait-online.enable = lib.mkForce false; #facter
|
||||||
|
|
||||||
custom.hardware.nvidia = enabled;
|
custom.hardware.nvidia = enabled;
|
||||||
|
services.scx.enable = true; # by default uses scx_rustland scheduler
|
||||||
|
boot.kernelPackages = lib.mkForce pkgs.linuxPackages_cachyos;
|
||||||
|
system.modulesTree = [pkgs.linux_cachyos.modules];
|
||||||
custom.impermanence = enabled;
|
custom.impermanence = enabled;
|
||||||
custom.presets.workstation = enabled;
|
custom.presets.workstation = enabled;
|
||||||
custom.presets.gaming = enabled;
|
custom.presets.gaming = enabled;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue