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:
parent
932cf2bb2f
commit
eb45ae25a1
11
flake.nix
11
flake.nix
@ -219,6 +219,10 @@
|
|||||||
inherit mkExtraPkgs;
|
inherit mkExtraPkgs;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
mkHome = let
|
||||||
|
in {
|
||||||
|
};
|
||||||
|
|
||||||
in {
|
in {
|
||||||
# for repl debugging via :lf .
|
# for repl debugging via :lf .
|
||||||
inherit inputs vars;
|
inherit inputs vars;
|
||||||
@ -267,5 +271,12 @@
|
|||||||
hostname = "nixos-wsl";
|
hostname = "nixos-wsl";
|
||||||
};
|
};
|
||||||
}; # end nixosConfigurations
|
}; # end nixosConfigurations
|
||||||
|
|
||||||
|
homeManagerConfigurations = {
|
||||||
|
"nullbite@rpi4" = mkHome {
|
||||||
|
system = "aarch64-linux";
|
||||||
|
stateVersion = "23.11";
|
||||||
|
};
|
||||||
|
};
|
||||||
}; # end outputs
|
}; # end outputs
|
||||||
} # end flake
|
} # end flake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user