This commit is contained in:
iFargle 2024-01-03 22:28:18 +09:00
parent ca5b37f214
commit 84fb412c8e
2 changed files with 3 additions and 0 deletions

View file

@ -8,4 +8,6 @@
./common/swayosd/swayosd-conf.nix ./common/swayosd/swayosd-conf.nix
./common/waybar/scripts.nix ./common/waybar/scripts.nix
]; ];
stylix.image = ../../../../../wallpapers/default/wallpaper1.png;
} }

View file

@ -8,6 +8,7 @@
# }; # };
imports = [ inputs.stylix.nixosModules.stylix ]; imports = [ inputs.stylix.nixosModules.stylix ];
stylix.image = ../../../../../wallpapers/default/wallpaper1.png;
services.xserver.videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu; services.xserver.videoDrivers = [ ] ++ lib.optional (builtins.isString gpu) gpu;