ADD: preload nix
This commit is contained in:
+11
-9
@@ -1,11 +1,13 @@
|
||||
{pkgs, ...}: {
|
||||
kernelPackages = pkgs.linuxPackages_cachyos; # from chaotic input
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
"intremap=on"
|
||||
"boot.shell_on_fail"
|
||||
"udev.log_priority=3"
|
||||
"rd.systemd.show_status=auto"
|
||||
];
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_cachyos; # from chaotic input
|
||||
kernelParams = [
|
||||
"quiet"
|
||||
"splash"
|
||||
"intremap=on"
|
||||
"boot.shell_on_fail"
|
||||
"udev.log_priority=3"
|
||||
"rd.systemd.show_status=auto"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
{
|
||||
services.preload.enable = true; # can fix firefox initial load?
|
||||
}
|
||||
Reference in New Issue
Block a user