Recreated all the nixes

This commit is contained in:
2026-03-06 22:38:25 +01:00
parent ee8b639390
commit 345884eaee
88 changed files with 994 additions and 1080 deletions
+9
View File
@@ -0,0 +1,9 @@
{ config, pkgs, lib, user, inputs, ... }:
{
imports = [
./applications/top.nix
./development/top.nix
./system_management/top.nix
];
# .. put any code here
}