clean up flake inputs and allow standalone home-manager

closes #11
This commit is contained in:
Noah Masur
2022-10-30 20:14:41 -04:00
parent b15cd8c0b6
commit 2d10939285
8 changed files with 47 additions and 18 deletions

View File

@ -18,6 +18,13 @@
commandline --function execute
'';
};
rebuild-home = lib.mkForce {
body = ''
git -C ${config.dotfilesPath} add --intent-to-add --all
commandline -r ${pkgs.home-manager}/bin/home-manager switch --flake ${config.dotfilesPath}#${config.networking.hostName}";
commandline --function execute
'';
};
};
};