Recreated nix files
This commit is contained in:
@@ -2194,13 +2194,8 @@ in
|
|||||||
{
|
{
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
programs.kitty.enable = true;
|
programs.kitty.enable = true;
|
||||||
# Single source of truth: kitty.conf from your repo
|
|
||||||
xdg.configFile."kitty/kitty.conf".source = repoKittyConf;
|
|
||||||
# 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;
|
||||||
# (Remove these from this module; they don't apply to kitty)
|
|
||||||
# catppuccin.alacritty.enable = ...
|
|
||||||
# syntaxHighlighting.enable / autosuggestion.enable / enableCompletion
|
|
||||||
}
|
}
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|||||||
@@ -8,11 +8,6 @@ in
|
|||||||
{
|
{
|
||||||
xdg.enable = true;
|
xdg.enable = true;
|
||||||
programs.kitty.enable = true;
|
programs.kitty.enable = true;
|
||||||
# Single source of truth: kitty.conf from your repo
|
|
||||||
xdg.configFile."kitty/kitty.conf".source = repoKittyConf;
|
|
||||||
# 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;
|
||||||
# (Remove these from this module; they don't apply to kitty)
|
|
||||||
# catppuccin.alacritty.enable = ...
|
|
||||||
# syntaxHighlighting.enable / autosuggestion.enable / enableCompletion
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user