Files
nixos/home/lukas/catppuccin.nix
2025-06-15 18:21:36 +02:00

15 lines
302 B
Nix

{ inputs, ... }:
{
imports = [ inputs.catppuccin.homeModules.catppuccin ];
catppuccin = {
accent = "mauve";
flavor = "mocha";
enable = true;
bat.enable = true; # <- installs Catppuccin-Mocha.tmTheme
delta.enable = true; # <- colours delta with your mauve accent
};
}