how does git work

This commit is contained in:
2021-04-29 21:33:07 +05:30
parent ecf68fec43
commit fb7e5cafce
22 changed files with 0 additions and 512 deletions

View File

@@ -1,13 +0,0 @@
{lib, config, pkgs, ... }:
{
imports =
[
./hardware.nix
./stuff.nix
./pkgs.nix
./networking.nix
./boot.nix
];
system.stateVersion = "20.09";
}