[feat] Move some stuff around

This commit is contained in:
uttarayan21
2024-03-19 15:33:00 +05:30
parent d2b152a771
commit f7deff8130
5 changed files with 65 additions and 30 deletions

View File

@@ -59,4 +59,16 @@ in
rev = "main";
sha256 = "sha256-czvR3bVZ0NfBmuu0JixalS7B1vf1uEGSTSUVVTclKxI";
};
gtk = (pkgs.catppuccin-gtk.override {
variant = "mocha";
size = "standard";
accents = [ "mauve" ];
tweaks = [ "normal" ];
});
papirus-folders = (pkgs.catppuccin-papirus-folders.override {
accent = "mauve";
flavor = "mocha";
});
}