nix/home/files/doom.nix
2022-05-12 18:11:34 -04:00

6 lines
86 B
Nix

{
xdg.configFile."doom" = {
source = ../../doom.d;
recursive = true;
};
}