new theme

This commit is contained in:
Hadi
2024-11-08 14:18:55 +01:00
parent f4f9f889ed
commit d2aa568fff
4 changed files with 87 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
../../nixos/docker.nix
../../nixos/pia.nix
../../themes/stylix/nixy.nix
../../themes/stylix/pinky.nix
./hardware-configuration.nix
./variables.nix

View File

@@ -22,6 +22,6 @@
autoUpgrade = false;
autoGarbageCollector = false;
theme = import ../../themes/var/nixy.nix;
theme = import ../../themes/var/pinky.nix;
};
}