about summary refs log tree commit diff stats
path: root/hosts/mammun/hardware/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/mammun/hardware/default.nix')
-rw-r--r--hosts/mammun/hardware/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/mammun/hardware/default.nix b/hosts/mammun/hardware/default.nix
index 116d2c22..b1683d47 100644
--- a/hosts/mammun/hardware/default.nix
+++ b/hosts/mammun/hardware/default.nix
@@ -8,6 +8,7 @@
   imports = [
     (modulesPath + "/installer/scan/not-detected.nix")
     ./cpu.nix
+    ./gpu.nix
   ];
 
   nixpkgs.hostPlatform = "x86_64-linux";