Corrected path to kitty.conf
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user