nix/module/common/Dotfiles.nix

4 lines
69 B
Nix

{ inputs, ... }: {
environment.etc.dotfiles.source = inputs.self;
}