Recreated flake files

This commit is contained in:
2026-03-12 21:08:41 +01:00
parent f4951eb155
commit f1de0823a1
3 changed files with 140 additions and 37 deletions
+15
View File
@@ -0,0 +1,15 @@
{
config,
pkgs,
lib,
user,
inputs,
flakeRoot,
...
}:
{
imports = [
./user.nix
];
}