This commit is contained in:
2026-01-08 00:34:44 +00:00
parent 3272868b58
commit c19546a225
10 changed files with 314 additions and 41 deletions

10
components/catppuccin.nix Normal file
View File

@@ -0,0 +1,10 @@
{pkgs, ...}: {
catppuccin = {
enable = true;
flavor = "mocha";
accent = "mauve";
rofi.enable = true;
fish.enable = true;
};
}