1
0
Fork 0
nixos-config/home-manager/roles/kassandra.nix

10 lines
156 B
Nix
Raw Normal View History

2021-04-26 02:43:01 +00:00
{ ... }: {
home.file = {
"kassandra-config" = {
target = ".config/kassandra";
source = ./kassandra;
recursive = true;
};
};
}