summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorseth <[email protected]>2023-01-31 22:45:17 -0500
committerseth <[email protected]>2023-01-31 22:45:17 -0500
commit992f9d54aea0f1546e72351711769b8da6100828 (patch)
treede509a0c98dc011ed6e7af592afe5967c20ace5e /flake.nix
parentb2922a1fef66c1ba9e44c11a2f6316007234dab2 (diff)
add nix-hardware + more nvidia/plasma configs
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 458aaab..76dd024 100644
--- a/flake.nix
+++ b/flake.nix
@@ -5,6 +5,7 @@
nixos-wsl.url = "git+https://github.com/nix-community/NixOS-WSL?ref=main";
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
+ nixos-hardware.url = "github.com:NixOS/nixos-hardware";
lanzaboote.url = "github:nix-community/lanzaboote";
};
@@ -53,6 +54,7 @@
interop.includePath = false;
};
})
+ nixos-hardware.nixosModules.common-cpu-amd-pstate
./users/seth
];
pkgs = nixpkgs;