graphics added

This commit is contained in:
kenji
2025-06-30 15:19:13 -05:00
parent ed24c8eaea
commit d7489f811a
5 changed files with 99 additions and 14 deletions
+9 -5
View File
@@ -3,9 +3,13 @@
myConfig,
...
}: {
imports = [
../system/font.nix
../system/browser.nix
../system/wayland.nix
];
imports =
[
../system/font.nix
../system/browser.nix
../system/wayland.nix
]
++ lib.optionals (myConfig.linux.gaming == true) [
../system/graphics.nix
];
}