refactor: centralize kitty config

This commit is contained in:
2026-03-11 21:25:32 +01:00
parent c25d42759c
commit 6b1b09f9a6
3 changed files with 9 additions and 16 deletions
-8
View File
@@ -47,12 +47,4 @@ in
inherit pkgs;
inherit config;
};
home.file = {
".config/kitty/kitty.conf".source = ../../../dots/.config/kitty/kitty.conf;
".config/kitty/themes/zenwritten_light.conf".source =
../../../dots/.config/kitty/themes/zenwritten_light.conf;
".config/kitty/themes/zenwritten_dark.conf".source =
../../../dots/.config/kitty/themes/zenwritten_dark.conf;
};
}
-8
View File
@@ -45,12 +45,4 @@ in
inherit pkgs;
inherit config;
};
home.file = {
".config/kitty/kitty.conf".source = ../../../dots/.config/kitty/kitty.conf;
".config/kitty/themes/zenwritten_light.conf".source =
../../../dots/.config/kitty/themes/zenwritten_light.conf;
".config/kitty/themes/zenwritten_dark.conf".source =
../../../dots/.config/kitty/themes/zenwritten_dark.conf;
};
}