This commit is contained in:
commit
fef2377502
174 changed files with 7423 additions and 0 deletions
8
nixos-modules/default.nix
Normal file
8
nixos-modules/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
inputs: {
|
||||
default =
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
|
||||
imports = (inputs.self.lib.loadSubmodulesFrom ./.) ++ [ inputs.private.nixosModules.default ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue