Modularise deploy-rs and add home-manager configs

This commit is contained in:
2022-02-20 20:16:49 +00:00
parent 15b10f22cf
commit c258230d74
8 changed files with 151 additions and 46 deletions

View File

@@ -2,5 +2,6 @@
home-manager.modules = {
common = ./common.nix;
gui = ./gui.nix;
deploy-rs = ./deploy-rs.nix;
};
}