diff --git a/nixos/aurora_borealis.png b/config/backgrounds/aurora_borealis.png similarity index 100% rename from nixos/aurora_borealis.png rename to config/backgrounds/aurora_borealis.png diff --git a/nixos/system/sys/style.nix b/nixos/system/sys/style.nix index 85702bf..62e8e5e 100644 --- a/nixos/system/sys/style.nix +++ b/nixos/system/sys/style.nix @@ -5,7 +5,7 @@ { stylix = { enable = true; - image = ./aurora_borealis.png; + image = ../../../config/backgrounds/aurora_borealis.png; base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-mocha.yaml"; #base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml"; #base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml";