diff --git a/common/themes/cag.nix b/common/themes/ai.nix similarity index 82% rename from common/themes/cag.nix rename to common/themes/ai.nix index c2f6bbb..07884b5 100644 --- a/common/themes/cag.nix +++ b/common/themes/ai.nix @@ -1,5 +1,6 @@ { stylix = { + # image = ./wallpapers/eye.png; # image = ./wallpapers/colorful1.png; image = ./wallpapers/colorful2.png; # image = ./wallpapers/colorful3.jpg; diff --git a/common/themes/default.nix b/common/themes/default.nix index e26f256..6647618 100644 --- a/common/themes/default.nix +++ b/common/themes/default.nix @@ -2,8 +2,7 @@ # Select your current theme here! imports = [ # ./rose-pine-dawn.nix - # ./eye.nix - ./cag.nix + ./ai.nix ]; # Requires me to manually turn targets on! diff --git a/common/themes/eye.nix b/common/themes/eye.nix deleted file mode 100644 index 75655a7..0000000 --- a/common/themes/eye.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ - stylix = { - image = ./wallpapers/eye.png; - polarity = "dark"; - }; -}