This commit is contained in:
2025-10-27 23:10:11 +09:00
parent 726fce7949
commit 9d5ffed340
7 changed files with 71 additions and 44 deletions

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
imports = [
./env.nix
./functions.nix
];
}