This commit is contained in:
2025-09-24 18:23:16 +03:00
parent 4ba34d937e
commit e112f10b70
3 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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;

View File

@@ -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;