5 lines
78 B
Nix
5 lines
78 B
Nix
|
rec {
|
||
|
root = "~/Projects/nixos-config/";
|
||
|
dotfiles = "${root}/dotfiles";
|
||
|
}
|