user/catppuccin: init
This commit is contained in:
parent
ee430bd7d0
commit
9a85f90699
8 changed files with 243 additions and 23 deletions
12
modules/user/catppuccin.nix
Normal file
12
modules/user/catppuccin.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ inputs, ... }: {
|
||||
imports = [
|
||||
inputs.catppuccin.homeManagerModules.catppuccin
|
||||
];
|
||||
|
||||
catppuccin = {
|
||||
accent = "maroon";
|
||||
flavor = "mocha";
|
||||
kitty.enable = true;
|
||||
nvim.enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue