Continue porting darwin, make settei module(s) more reusable by others.
This commit is contained in:
parent
823721ac52
commit
f4890a5d74
8 changed files with 32 additions and 18 deletions
3
modules/darwin/common/default.nix
Normal file
3
modules/darwin/common/default.nix
Normal file
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
system.stateVersion = 4;
|
||||
}
|
|
@ -1,5 +1,6 @@
|
|||
{config, ...}: {
|
||||
flake.darwinModules = {
|
||||
settei = import ./settei {inherit (config) perInput;};
|
||||
common = ./common;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -11,7 +11,5 @@
|
|||
security.pam.enableSudoTouchIdAuth = true;
|
||||
|
||||
users.users.${username}.home = "/Users/${username}";
|
||||
|
||||
system.stateVersion = 4;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue