diff options
| author | seth <[email protected]> | 2023-01-31 22:45:17 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-01-31 22:45:17 -0500 |
| commit | 992f9d54aea0f1546e72351711769b8da6100828 (patch) | |
| tree | de509a0c98dc011ed6e7af592afe5967c20ace5e /flake.nix | |
| parent | b2922a1fef66c1ba9e44c11a2f6316007234dab2 (diff) | |
add nix-hardware + more nvidia/plasma configs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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; |
