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
+10
View File
@@ -13,3 +13,13 @@
)
];
}
{ config, pkgs, lib, user, inputs, ... }:
{
imports = [
./hyprland/top.nix
./mangowc/top.nix
./system/top.nix
];
# .. put any code here
}