Corrected path to kitty.conf

This commit is contained in:
2026-02-25 21:33:02 +01:00
parent 1732f519a8
commit aec799281c
6 changed files with 33 additions and 47 deletions
+1 -1
View File
@@ -2185,7 +2185,7 @@ Kitty gets installed and configured
#+begin_src nix :tangle home/dev/kitty.nix :noweb tangle :mkdirp yes.
{ config, pkgs, lib, flakeRoot, ... }:
let
repoKittyConf = flakeRoot + "/assets/conf/dev/kitty.conf";
repoKittyConf = flakeRoot + "/assets/conf/dev/terminal/kitty.conf";
in
{
xdg.enable = true;