Added my KItty conf
This commit is contained in:
@@ -2188,7 +2188,6 @@ Kitty gets installed and configured
|
||||
let
|
||||
repoKittyConf = flakeRoot + "/assets/conf/dev/terminal/kitty.conf";
|
||||
# Use the Catppuccin theme shipped by the catppuccin/kitty repo (mocha flavor).
|
||||
# (Could also use a file from a package, but keeping it explicit & stable is easiest.)
|
||||
catppuccinMochaConf = builtins.readFile (flakeRoot + "/assets/conf/dev/terminal/Catppuccin-Mocha.conf");
|
||||
in
|
||||
{
|
||||
@@ -2196,6 +2195,7 @@ in
|
||||
programs.kitty.enable = true;
|
||||
# Provide a stable include target (no /nix/store paths in kitty.conf)
|
||||
xdg.configFile."kitty/themes/Catppuccin-Mocha.conf".text = catppuccinMochaConf;
|
||||
xdg.configFile."kitty/kitty.conf".text = repoKittyConf;
|
||||
}
|
||||
#+end_src
|
||||
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
let
|
||||
repoKittyConf = flakeRoot + "/assets/conf/dev/terminal/kitty.conf";
|
||||
# Use the Catppuccin theme shipped by the catppuccin/kitty repo (mocha flavor).
|
||||
# (Could also use a file from a package, but keeping it explicit & stable is easiest.)
|
||||
catppuccinMochaConf = builtins.readFile (flakeRoot + "/assets/conf/dev/terminal/Catppuccin-Mocha.conf");
|
||||
in
|
||||
{
|
||||
@@ -10,4 +9,5 @@ in
|
||||
programs.kitty.enable = true;
|
||||
# Provide a stable include target (no /nix/store paths in kitty.conf)
|
||||
xdg.configFile."kitty/themes/Catppuccin-Mocha.conf".text = catppuccinMochaConf;
|
||||
xdg.configFile."kitty/kitty.conf".text = repoKittyConf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user