new theme!

This commit is contained in:
Hadi
2024-12-06 17:02:23 +01:00
parent dbe720e366
commit 89db4101fd
5 changed files with 94 additions and 4 deletions

View File

@@ -21,7 +21,7 @@
../../nixos/pia.nix
# Choose your theme here
../../themes/stylix/pinky.nix
../../themes/stylix/whitish.nix
./hardware-configuration.nix
./variables.nix

View File

@@ -23,6 +23,6 @@
autoGarbageCollector = false;
# Choose your theme variables here
theme = import ../../themes/var/pinky.nix;
theme = import ../../themes/var/whitish.nix;
};
}