new theme!

Former-commit-id: ada0a0761c
This commit is contained in:
Hadi
2025-01-02 19:42:26 +01:00
parent 35e8d0a6a6
commit 8d585f941d
5 changed files with 88 additions and 3 deletions

View File

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

View File

@@ -84,7 +84,7 @@
];
# Import my profile picture, used by the hyprpanel dashboard
file.".profile_picture.png" = { source = ./profile_picture.png; };
file.".face.icon" = { source = ./profile_picture.png; };
# Don't touch this
stateVersion = "24.05";

View File

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