reeeeeeeeeeeeee

This commit is contained in:
zastian@mrthoddata.com
2025-08-11 10:37:37 +01:00
parent 010864f906
commit 8df64cd43c
6 changed files with 286 additions and 18 deletions

View File

@@ -28,11 +28,16 @@ in
enable = true;
profileNames = [ "default" ];
};
targets.firefox = {
enable = true;
profileNames = [ "default" ];
};
iconTheme = {
enable = true;
package = lib.mkForce pkgs.dracula-icon-theme;
light = "Dracula";
dark = "Dracula";
package = lib.mkForce (pkgs.reversal-icon-theme.override {allColorVariants = true;});
light = "Reversal-black";
dark = "Reversal-black-dark";
};
polarity = "dark";
image = ../assets/Wallpapers/001.jpg;