more systems

This commit is contained in:
2025-09-19 14:37:17 -04:00
parent 9159465836
commit fbb274a50a
11 changed files with 301 additions and 14 deletions

View File

@@ -55,6 +55,12 @@
];
};
outputs-builder = channels: {
devShells = {
default = import ./shells/default/default.nix { pkgs = channels.nixpkgs; };
};
};
homes.modules = with inputs; [
sops-nix.homeManagerModules.sops
];