diff --git a/common/systemModules/stylix.nix b/common/systemModules/stylix.nix index 95f21fa..71cb1e0 100644 --- a/common/systemModules/stylix.nix +++ b/common/systemModules/stylix.nix @@ -13,7 +13,7 @@ ]; stylix = { enable = true; - image = ./wallpaper.jpg; + image = ../../dotfiles/wallpaper.jpg; targets = { chromium = { enable = false; diff --git a/common/systemModules/wallpaper.jpg b/dotfiles/wallpaper.jpg similarity index 100% rename from common/systemModules/wallpaper.jpg rename to dotfiles/wallpaper.jpg