start of hm standalone config that does nothing

i want to work on it on my laptop so here's yet another useless commit
This commit is contained in:
NullBite 2024-03-26 19:30:21 -04:00
parent 932cf2bb2f
commit eb45ae25a1
Signed by: nullbite
GPG Key ID: 6C4D545385D4925A

View File

@ -219,6 +219,10 @@
inherit mkExtraPkgs;
};
mkHome = let
in {
};
in {
# for repl debugging via :lf .
inherit inputs vars;
@ -267,5 +271,12 @@
hostname = "nixos-wsl";
};
}; # end nixosConfigurations
homeManagerConfigurations = {
"nullbite@rpi4" = mkHome {
system = "aarch64-linux";
stateVersion = "23.11";
};
};
}; # end outputs
} # end flake