More gunter stuff

This commit is contained in:
2024-03-02 22:20:09 +01:00
parent c0479068ed
commit 9f5f770409
4 changed files with 6 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
{ config, ... }: {
xdg.configFile."kitty/kitty.conf" = {
source = config.lib.file.mkOutOfStoreSymlink ./. "/kitty.conf"
source = config.lib.file.mkOutOfStoreSymlink ./. + "/kitty.conf";
target = "kitty/kitty.conf";
};
}