feat(modules): add inadyn NixOS module
This commit is contained in:
parent
c6f1d00e29
commit
60b721fc6d
2 changed files with 174 additions and 0 deletions
|
@ -89,6 +89,7 @@ rec {
|
|||
nixosModules = {
|
||||
flakeDefaults = import ./modules/flakeDefaults.nix;
|
||||
systemdNotify = import ./modules/systemdNotify.nix;
|
||||
inadyn = import ./modules/inadyn.nix;
|
||||
};
|
||||
|
||||
homeManagerModules = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue