This commit is contained in:
iFargle 2024-01-03 22:38:03 +09:00
parent aa582f3f26
commit fc57e9bc31

View file

@ -9,6 +9,7 @@
imports = [ inputs.stylix.nixosModules.stylix ];
stylix.image = /etc/nixos/git/wallpapers/default/wallpaper1.png;
stylix.targets.plymouth.enable = false;
services.xserver.videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;