Update to (somewhat?) dendritic pattern
Heavily inspired by https://github.com/Doc-Steve/dendritic-design-with-flake-parts. > Atomic commits? Never heard of them!
This commit is contained in:
14
modules/programs/kitty/kitty.nix
Normal file
14
modules/programs/kitty/kitty.nix
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
flake.modules.homeManager.kitty = {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
enableGitIntegration = true;
|
||||
font = {
|
||||
name = "JetBrains Mono";
|
||||
size = 10;
|
||||
};
|
||||
shellIntegration.enableZshIntegration = true;
|
||||
#TODO: kitty config
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user