added amd

This commit is contained in:
kenji
2025-06-30 15:42:14 -05:00
parent d7489f811a
commit 8f4de3964f
5 changed files with 25 additions and 65 deletions
+4 -1
View File
@@ -8,8 +8,11 @@
../system/font.nix
../system/browser.nix
../system/wayland.nix
../system/graphics.nix
# FIXME
../system/amd.nix
]
++ lib.optionals (myConfig.linux.gaming == true) [
../system/graphics.nix
];
}