This commit is contained in:
iFargle 2024-01-03 22:26:11 +09:00
parent e88838c8a1
commit ca5b37f214

View file

@ -7,7 +7,7 @@
# ]; # ];
# }; # };
imports = [ stylix.nixosModules.stylix ]; imports = [ inputs.stylix.nixosModules.stylix ];
services.xserver.videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu; services.xserver.videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;