Compare commits

...

1 Commits

Author SHA1 Message Date
cb51d5fc9a import 2026-01-21 21:49:57 -06:00

View File

@@ -1,4 +1,4 @@
{ lib, pkgs, inputs, ... }: {
{ lib, pkgs, inputs, ... } @ exputs: {
options.sysconfig.remoteBuildClient = with lib; mkOption {
type = with types; bool;
@@ -17,7 +17,7 @@
inputs.sops-nix.homeManagerModules.sops
];
config = lib.mkMerge [
inputs.olympus.homes.nathan
(inputs.olympus.homes.nathan exputs)
({ config, lib, pkgs, ... }: {
config = {
homeconfig = {