import
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ lib, pkgs, inputs, ... }: {
|
{ lib, pkgs, inputs, ... } @ exputs: {
|
||||||
|
|
||||||
options.sysconfig.remoteBuildClient = with lib; mkOption {
|
options.sysconfig.remoteBuildClient = with lib; mkOption {
|
||||||
type = with types; bool;
|
type = with types; bool;
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
inputs.sops-nix.homeManagerModules.sops
|
inputs.sops-nix.homeManagerModules.sops
|
||||||
];
|
];
|
||||||
config = lib.mkMerge [
|
config = lib.mkMerge [
|
||||||
inputs.olympus.homes.nathan
|
(inputs.olympus.homes.nathan exputs)
|
||||||
({ config, lib, pkgs, ... }: {
|
({ config, lib, pkgs, ... }: {
|
||||||
config = {
|
config = {
|
||||||
homeconfig = {
|
homeconfig = {
|
||||||
|
|||||||
Reference in New Issue
Block a user