added alacrity conf

This commit is contained in:
Luj 2023-02-04 23:33:51 +01:00
parent 7d11aedd93
commit ef0c0d534f
Signed by: luj
GPG key ID: 6FC74C847011FD83
4 changed files with 1092 additions and 2 deletions

View file

@ -12,8 +12,11 @@ with lib;
gtk = {
enable = true;
theme = {
name = "Nordic";
package = pkgs.nordic;
name = "Catppuccin-Macchiato-Standard-Pink-Dark";
package = pkgs.catppuccin-gtk.override {
accents = [ "pink" ];
variant = "macchiato";
};
};
};
qt = {