This commit is contained in:
iFargle 2024-01-04 18:33:48 +09:00
parent c75d23a768
commit ab876d86bc
2 changed files with 2 additions and 2 deletions

View file

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

View file

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