Initial commit
This commit is contained in:
commit
cfcc57a8bd
353 changed files with 18756 additions and 0 deletions
17
module/system/flake-system.nix
Normal file
17
module/system/flake-system.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ inputs, lib, ... }:
|
||||
{
|
||||
imports = [
|
||||
inputs.home-manager.flakeModules.home-manager
|
||||
inputs.flake-aspects.flakeModule
|
||||
inputs.flake-parts.flakeModules.modules
|
||||
inputs.flake-file.flakeModules.default
|
||||
inputs.den.flakeModule
|
||||
];
|
||||
|
||||
# ----- config.meta
|
||||
options = {
|
||||
meta = lib.mkOption {
|
||||
type = with lib.types; lazyAttrsOf anything;
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue