nix/module/common/Dotfiles.nix
2024-03-04 03:04:57 +03:00

4 lines
73 B
Nix

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