nix/module/common/Dotfiles.nix

4 lines
73 B
Nix
Raw Normal View History

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