This commit is contained in:
iFargle 2023-08-23 21:41:07 +09:00
parent 428fc03330
commit f50e5cde3f

View file

@ -15,7 +15,8 @@
let
inherit (self) outputs;
stateVersion = "unstable";
libx = import ./lib { inherit inputs outputs stateVersion; };
hmStateVersion = "23.05";
libx = import ./lib { inherit inputs outputs stateVersion hmStateVersion; };
in {
nixosConfigurations = {
nixos-laptop = libx.mkHost { hostname = "nixos-laptop"; username = "albert"; desktop = "gnome"; };