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;
|
||||
};
|
||||
}
|
||||
|
|
@ -9,10 +9,12 @@
|
|||
settings = {
|
||||
font_features = "-ss01 +ss19";
|
||||
enable_audio_bell = false;
|
||||
color5 = "#cba6f7";
|
||||
color13 = "#cba6f7";
|
||||
};
|
||||
extraConfig = builtins.readFile (builtins.fetchurl {
|
||||
url = "https://raw.githubusercontent.com/folke/tokyonight.nvim/eede574f9ef57137e6d7e4bab37b09db636c5a56/extras/kitty_tokyonight_night.conf";
|
||||
sha256 = "0l9yl3qmgf7b10x7hy7q5hma0hsyamq3n14lfbw31cimm6snwim6";
|
||||
});
|
||||
# extraConfig = builtins.readFile (builtins.fetchurl {
|
||||
# url = "https://raw.githubusercontent.com/folke/tokyonight.nvim/eede574f9ef57137e6d7e4bab37b09db636c5a56/extras/kitty_tokyonight_night.conf";
|
||||
# sha256 = "0l9yl3qmgf7b10x7hy7q5hma0hsyamq3n14lfbw31cimm6snwim6";
|
||||
# });
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue