Files
flocon/home-manager/flake-module.nix

6 lines
83 B
Nix

{
flake.homeManagerModules = {
dotfiles.imports = [ ./dotfiles.nix ];
};
}