feat(extern): ssh home module

This commit is contained in:
arcnmx 2024-04-16 14:04:59 -07:00
parent 66d60c7977
commit b3ecadf461
7 changed files with 276 additions and 2 deletions

View file

@ -39,6 +39,10 @@
utils.follows = "flake-utils";
};
};
home-manager = {
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
systemd2mqtt = {
url = "github:arcnmx/systemd2mqtt";
inputs = {