nixos: home: import common modules
This commit is contained in:
parent
aa1336bb8d
commit
d113742905
2 changed files with 12 additions and 5 deletions
|
|
@ -3,9 +3,9 @@
|
|||
{ lib, type ? null, ... }:
|
||||
let
|
||||
allowedTypes = [
|
||||
"nixos"
|
||||
"home"
|
||||
"darwin"
|
||||
"home"
|
||||
"nixos"
|
||||
];
|
||||
|
||||
allowedTypesString = lib.concatStringSep ", " (builtins.map lib.escapeNixString allowedTypes);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue