diff options
author | ene <ene@sils.li> | 2023-02-26 10:24:08 +0100 |
---|---|---|
committer | ene <ene@sils.li> | 2023-02-26 10:24:08 +0100 |
commit | 74a7c613308837aa9e7db85ae40f49555757343c (patch) | |
tree | e1a6a082cf5342a1a33fbe48cc962a64bdff3b4b /hosts/mammun/hardware/default.nix | |
parent | Feat(wms): Add sway (diff) | |
download | nixos-config-74a7c613308837aa9e7db85ae40f49555757343c.zip |
Fix(hosts/mammun): Use amdgpu driver
Diffstat (limited to 'hosts/mammun/hardware/default.nix')
-rw-r--r-- | hosts/mammun/hardware/default.nix | 1 |
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"; |