add a nixos module

This commit is contained in:
Charles Hall 2024-04-30 16:53:20 -07:00
parent 17eb354590
commit 33e7a46b53
No known key found for this signature in database
GPG key ID: 7B8E0645816E07CF
2 changed files with 121 additions and 1 deletions

View file

@ -94,5 +94,9 @@
devShells.default = (mkScope pkgs).shell;
}
);
)
//
{
nixosModules.default = import ./nix/modules/default inputs;
};
}