fix: finally a fucking working gtk theme

This commit is contained in:
Laureηt 2023-03-23 20:16:07 +01:00
parent 76e6a1d9cc
commit 78d609bc8f
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI
2 changed files with 8 additions and 3 deletions

View file

@ -1,8 +1,8 @@
{
"recommendations": [
"arrterian.nix-env-selector",
"editorconfig.editorconfig",
"brettm12345.nixfmt-vscode",
"bbenoist.Nix",
"mkhl.direnv",
]
}

View file

@ -195,8 +195,13 @@ in {
package = pkgs.papirus-icon-theme;
};
theme = {
name = "Catppuccin-Dark";
package = pkgs.catppuccin-gtk;
name = "Catppuccin-Mocha-Compact-Blue-Dark";
package = pkgs.catppuccin-gtk.override {
accents = [ "blue" ];
size = "compact";
tweaks = [ "rimless" "normal" ];
variant = "mocha";
};
};
};