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,19 @@
{ config, pkgs, lib, user, inputs, ... }:
{
imports = [
./audio/top.nix
./backups/top.nix
./bluetooth/top.nix
./disk_management/top.nix
./hardware_sensors/top.nix
./logging_monitoring/top.nix
./login_manager/top.nix
./monitor_setup/top.nix
./networking/top.nix
./power_management/top.nix
./printers_scanners/top.nix
./security/top.nix
./system_updates/top.nix
];
# .. put any code here
}