Rebase to flake parts #5
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{ lib, ... }: {
|
||||
config = {
|
||||
systems = [
|
||||
"x86_64-linux"
|
||||
"x86_64-darwin"
|
||||
"aarch64-linux"
|
||||
"aarch64-darwin"
|
||||
];
|
||||
};
|
||||
|
||||
options.flake.lib = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = { };
|
||||
description = "`self.lib` attrset.";
|
||||
};
|
||||
|
||||
options.flake.homeManagerModules = lib.mkOption {
|
||||
type = lib.types.attrs;
|
||||
default = { };
|
||||
description = "`self.homeManagerModules` attrset.";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user