nix/module/common/Dotfiles.nix

5 lines
130 B
Nix
Raw Normal View History

{ inputs, ... }: {
# Add a link for the active configuration to /etc/dotfiles.
2024-03-06 05:40:28 +03:00
environment.etc.dotfiles.source = inputs.self;
}