fix lto
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
inputs.chaotic.nixosModules.nyx-overlay
|
||||
inputs.chaotic.nixosModules.nyx-registry
|
||||
# ./hosts/default/hardware-configuration.nix
|
||||
|
||||
|
||||
# lil hack to not use --impure when rebuilding nixos >:3
|
||||
"/etc/nixos/hardware-configuration.nix"
|
||||
|
||||
|
||||
@@ -14,6 +14,8 @@
|
||||
|
||||
services.displayManager.gdm.enable = true;
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto; # some guy in roblox told me to do this
|
||||
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
# package = pkgs.steam-millennium;
|
||||
|
||||
@@ -24,8 +24,6 @@
|
||||
"boot.shell_on_fail"
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_cachyos-lto; # some guy in roblox told me to do this
|
||||
|
||||
boot.loader = {
|
||||
efi = {
|
||||
# canTouchEfiVariables = true;
|
||||
|
||||
Reference in New Issue
Block a user