feat: add much required NixOS stuff

This commit is contained in:
Kat Inskip 2023-01-29 08:07:48 -08:00
parent a1d954f29a
commit e29aa76eac
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
47 changed files with 1324 additions and 72 deletions

7
lib.nix Normal file
View file

@ -0,0 +1,7 @@
{
inputs,
pkgs,
...
}:
inputs.utils.lib.eachDefaultSystem (system: {
})