catppuccin theme start

set basic catppuccin/nix
This commit is contained in:
2026-03-17 10:50:17 +01:00
parent 0437d90402
commit 35806b21a2
24 changed files with 247 additions and 456 deletions

View File

@@ -0,0 +1,28 @@
{
...
}:
{
catppuccin = {
enable = true;
flavor = "mocha";
accent = "pink";
alacritty.enable = true;
anki.enable = true;
cursors.enable = true;
dunst.enable = true;
element-desktop.enable = true;
firefox.enable = true;
fzf.enable = true;
hyprlock.enable = true;
imv.enable = true;
lazygit.enable = true;
rofi.enable = true;
spotify-player.enable = true;
thunderbird.enable = true;
vscode.enable = true;
zathura.enable = true;
zsh-syntax-highlighting.enable = true;
};
}