Files
laptop-nix-config/components/catppuccin.nix
2026-01-08 00:34:44 +00:00

10 lines
151 B
Nix

{pkgs, ...}: {
catppuccin = {
enable = true;
flavor = "mocha";
accent = "mauve";
rofi.enable = true;
fish.enable = true;
};
}