2023-11-04 10:14:42 +00:00
|
|
|
{...}: let
|
2023-09-19 00:17:43 +00:00
|
|
|
configPath = ../common/dotfiles/config;
|
|
|
|
#dataPath = ../common/dotfiles/data;
|
|
|
|
#binPath = ../common/dotfiles/bin;
|
2023-11-04 10:14:42 +00:00
|
|
|
in {
|
2023-09-19 00:17:43 +00:00
|
|
|
xdg.configFile = {
|
|
|
|
"fish" = {
|
2023-10-05 10:09:04 +00:00
|
|
|
source = "${configPath}/fish";
|
2023-09-19 00:17:43 +00:00
|
|
|
recursive = true;
|
|
|
|
};
|
|
|
|
};
|
2023-11-04 10:14:42 +00:00
|
|
|
}
|