flake/users/guanranwang/home-manager/darwin/dotfiles.nix

13 lines
245 B
Nix
Raw Normal View History

{...}: let
2023-09-19 00:17:43 +00:00
configPath = ../common/dotfiles/config;
#dataPath = ../common/dotfiles/data;
#binPath = ../common/dotfiles/bin;
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;
};
};
}