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
@@ -0,0 +1,12 @@
{ config, pkgs, lib, user, inputs, ... }:
{
imports = [
./accessibility/top.nix
./file_management/top.nix
./gaming/top.nix
./media_playback_editing/top.nix
./office_productivity/top.nix
./terminal_shell/top.nix
];
# .. put any code here
}