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