1
Fork 0

Renamed some stuff

This commit is contained in:
Matei Adriel 2023-03-12 05:30:39 +01:00
parent 7102953c5c
commit e7b4d2eba6
No known key found for this signature in database
3 changed files with 2 additions and 8 deletions

View file

@ -1,5 +1,6 @@
{ {
stylix = { stylix = {
# image = ./wallpapers/eye.png;
# image = ./wallpapers/colorful1.png; # image = ./wallpapers/colorful1.png;
image = ./wallpapers/colorful2.png; image = ./wallpapers/colorful2.png;
# image = ./wallpapers/colorful3.jpg; # image = ./wallpapers/colorful3.jpg;

View file

@ -2,8 +2,7 @@
# Select your current theme here! # Select your current theme here!
imports = [ imports = [
# ./rose-pine-dawn.nix # ./rose-pine-dawn.nix
# ./eye.nix ./ai.nix
./cag.nix
]; ];
# Requires me to manually turn targets on! # Requires me to manually turn targets on!

View file

@ -1,6 +0,0 @@
{
stylix = {
image = ./wallpapers/eye.png;
polarity = "dark";
};
}