user/catppuccin: init

This commit is contained in:
LavaDesu 2025-01-24 12:57:53 +11:00
parent ee430bd7d0
commit 9a85f90699
Signed by: cilly
GPG key ID: 6500251E087653C9
8 changed files with 243 additions and 23 deletions

View file

@ -0,0 +1,12 @@
{ inputs, ... }: {
imports = [
inputs.catppuccin.homeManagerModules.catppuccin
];
catppuccin = {
accent = "maroon";
flavor = "mocha";
kitty.enable = true;
nvim.enable = true;
};
}