infrastructure/home/catppuccin/default.nix

8 lines
95 B
Nix

{...}: {
catppuccin = {
enable = true;
flavor = "mocha";
accent = "blue";
};
}