summaryrefslogtreecommitdiffstats
path: root/1systems/x/x13/amdgpu.nix
diff options
context:
space:
mode:
Diffstat (limited to '1systems/x/x13/amdgpu.nix')
-rw-r--r--1systems/x/x13/amdgpu.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/1systems/x/x13/amdgpu.nix b/1systems/x/x13/amdgpu.nix
index a6e4286bd..fb7a97fd4 100644
--- a/1systems/x/x13/amdgpu.nix
+++ b/1systems/x/x13/amdgpu.nix
@@ -1,3 +1,4 @@
+{ pkgs, ... }:
{
services.xserver.videoDrivers = [ "amdgpu" ];
boot.initrd.kernelModules = [ "amdgpu" ];