diff options
| author | seth <[email protected]> | 2024-01-07 18:13:53 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-01-07 18:13:59 -0500 |
| commit | 2b354838edecc32c59d3c7ddf35e6cfe06cfe268 (patch) | |
| tree | ee0b5420f0b55912de13dafb65da931bdf713798 /systems/glados/nvidia.nix | |
| parent | a22a2b43128c008a89c4db79f3afa50699f3324f (diff) | |
tree-wide: localize imports
i shouldn't be editing systems/default.nix to remove a module only for
glados
Diffstat (limited to 'systems/glados/nvidia.nix')
| -rw-r--r-- | systems/glados/nvidia.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/systems/glados/nvidia.nix b/systems/glados/nvidia.nix new file mode 100644 index 0000000..afba1b2 --- /dev/null +++ b/systems/glados/nvidia.nix @@ -0,0 +1,10 @@ +{inputs, ...}: { + imports = with inputs; [ + nixos-hardware.nixosModules.common-gpu-nvidia-nonprime + nixos-hardware.nixosModules.common-pc-ssd + ]; + + hardware.nvidia = { + modesetting.enable = true; + }; +} |
