Had to correct assets paths
This commit is contained in:
+2
-2
@@ -1116,7 +1116,7 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
# Kitty config (main + theme)
|
# Kitty config (main + theme)
|
||||||
xdg.configFile."kitty/kitty.conf".source = "${flakeRoot}/assets/conf/kitty/kitty.conf";
|
xdg.configFile."kitty/kitty.conf".source = "${flakeRoot}/assets/common/conf/kitty/kitty.conf";
|
||||||
|
|
||||||
/*
|
/*
|
||||||
# Starship (with your custom config)
|
# Starship (with your custom config)
|
||||||
@@ -1131,7 +1131,7 @@ in
|
|||||||
|
|
||||||
# Ensure Kitty's shell starts Starship
|
# Ensure Kitty's shell starts Starship
|
||||||
xdg.configFile."kitty/kitty.conf".text = lib.concatStringsSep "\n" [
|
xdg.configFile."kitty/kitty.conf".text = lib.concatStringsSep "\n" [
|
||||||
(builtins.readFile "${flakeRoot}/assets/conf/kitty/kitty.conf")
|
(builtins.readFile "${flakeRoot}/assets/common/conf/kitty/kitty.conf")
|
||||||
""
|
""
|
||||||
"# Ensure Starship is loaded in Kitty's shell"
|
"# Ensure Starship is loaded in Kitty's shell"
|
||||||
"shell ${pkgs.zsh}/bin/zsh -c \"${pkgs.starship}/bin/starship init zsh | source\""
|
"shell ${pkgs.zsh}/bin/zsh -c \"${pkgs.starship}/bin/starship init zsh | source\""
|
||||||
|
|||||||
Reference in New Issue
Block a user