input
This commit is contained in:
@@ -161,6 +161,7 @@
|
||||
extraSpecialArgs = {
|
||||
inputs = inputs // {
|
||||
nathan = import ./home-manager/nathan;
|
||||
home-manager-config = import ./home-manager;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -1,6 +1,13 @@
|
||||
{ config, lib, pkgs, inputs, ... }: {
|
||||
|
||||
options.sysconfig.remoteBuildClient = with lib; mkOption {
|
||||
type = with types; bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
config = {
|
||||
sysconfig.remoteBuildClient = true;
|
||||
|
||||
home-manager = {
|
||||
backupFileExtension = ".backup";
|
||||
useUserPackages = true;
|
||||
|
||||
Reference in New Issue
Block a user