This commit is contained in:
iFargle 2024-01-04 18:44:42 +09:00
parent 5814031668
commit 356f1cfc5b
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@
gtk.enable = true;
stylix = {
# image = /etc/nixos/git/wallpapers/stylix/wallpaper2.jpg;
image = /etc/nixos/git/wallpapers/stylix/wallpaper2.jpg;
autoEnable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/zenburn.yaml";
polarity = "dark";

View file

@ -10,7 +10,7 @@
imports = [ inputs.stylix.nixosModules.stylix ];
stylix = {
# image = /etc/nixos/git/wallpapers/stylix/wallpaper2.jpg;
image = /etc/nixos/git/wallpapers/stylix/wallpaper2.jpg;
targets = {
plymouth.enable = false;
};