5 lines
130 B
Nix
5 lines
130 B
Nix
{ inputs, ... }: {
|
|
# Add a link for the active configuration to /etc/dotfiles.
|
|
environment.etc.dotfiles.source = inputs.self;
|
|
}
|