monitor fix

This commit is contained in:
kenji
2025-07-23 15:35:53 -05:00
parent 990b154250
commit c83ad31922
4 changed files with 20 additions and 27 deletions
+7 -9
View File
@@ -19,7 +19,6 @@
pavucontrol
wl-clipboard
wget
protontricks
];
users = {
@@ -161,28 +160,27 @@
boot.loader.timeout = 0;
boot.loader.limine.maxGenerations = 5;
hardware.amdgpu.initrd.enable = true;
boot.kernelParams = [
"quiet"
"splash"
"boot.shell_on_fail"
"udev.log_priority=3"
"rd.systemd.show_status=auto"
"iommu=pt"
"amd_pstate=active"
];
boot.kernelPackages = pkgs.linuxPackages_cachyos;
boot.kernel.sysctl = {
"kernel.split_lock_mitigate" = 0;
"kernel.nmi_watchdog" = 0;
"kernel.sched_bore" = "1";
};
# boot.kernel.sysctl = {
# "kernel.split_lock_mitigate" = 0;
# "kernel.nmi_watchdog" = 0;
# "kernel.sched_bore" = "1";
# };
#
boot.initrd = {
systemd.enable = true;
kernelModules = [];
verbose = false;
};
boot.plymouth.enable = true;
boot.plymouth.theme = "seal";
boot.plymouth.themePackages = with pkgs; [