initial commit
This commit is contained in:
14
home/lukas/catppuccin.nix
Normal file
14
home/lukas/catppuccin.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{ 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
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user