feat: init

This commit is contained in:
Nick 2024-11-09 18:07:47 -06:00
commit be12403f13
6 changed files with 116 additions and 0 deletions

13
parts/default.nix Normal file
View file

@ -0,0 +1,13 @@
{
perSystem = {
pkgs,
lib,
config,
self',
...
}: {
imports = [
./devshells.nix
];
};
}