nix/module/common/Dotfiles.nix

5 lines
130 B
Nix

{ inputs, ... }: {
# Add a link for the active configuration to /etc/dotfiles.
environment.etc.dotfiles.source = inputs.self;
}