split everything into modules and update nixpkgs

This commit is contained in:
aditya
2026-05-14 00:29:17 +05:30
parent 0e2136c3a0
commit cc2380eec1
18 changed files with 270 additions and 81 deletions
+3 -2
View File
@@ -1,7 +1,8 @@
{ ... }:
{
imports = [
./bootloader.nix
./networking.nix
./configuration.nix
./overlays.nix
];
}