add nixos module

This commit is contained in:
figsoda 2023-04-16 22:43:58 -04:00
parent 4ea5076e34
commit 7975a83cc4

7
flake.nix Normal file
View file

@ -0,0 +1,7 @@
{
outputs = { self }: {
nixosModules.default = {
nix.settings.flake-registry = self + "/flake-registry.json";
};
};
}