lib/network: init

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-23 21:31:19 +05:30
committed by natto1784
parent b3fac02b73
commit 950cf357d1
8 changed files with 88 additions and 74 deletions

View File

@@ -7,6 +7,7 @@
inherit inputs self;
flake = self;
colors = import ./colors.nix;
network = import ./network.nix;
};
};
}