feat: move hardware configuration to host dir && enable nvidia power management

This commit is contained in:
2026-07-05 15:37:36 +03:00
parent 2d217ed6ba
commit 5487b1705b
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
system = "x86_64-linux";
specialArgs = {inherit inputs self;};
modules = [
./hardware-configuration.nix
./hosts/kachu-pc/hardware-configuration.nix
./hosts/kachu-pc/configuration.nix
./shared/programs/spicetify.nix
inputs.spicetify-nix.nixosModules.default
@@ -53,5 +53,6 @@
open = true;
nvidiaSettings = true;
package = config.boot.kernelPackages.nvidiaPackages.stable;
powerManagement.enable = true;
};
}