created user package directory

This commit is contained in:
2024-12-22 23:02:34 +09:00
parent c05821755c
commit 442f46f622
23 changed files with 151 additions and 0 deletions

5
user/default.nix Normal file
View File

@@ -0,0 +1,5 @@
{ ... }: {
imports = [
./packages
];
}