This commit is contained in:
iFargle 2023-08-23 17:12:11 +09:00
parent 9f29593d30
commit babf563408

View file

@ -1,4 +1,4 @@
{ inputs, outputs, stateVersion, ... }: { { inputs, outputs, stateVersion, hmStateVersion, ... }: {
# Helper function for generating home-manager configs # Helper function for generating home-manager configs
mkHome = { hostname, username, desktop ? null, platform ? "x86_64-linux" }: inputs.home-manager.lib.homeManagerConfiguration { mkHome = { hostname, username, desktop ? null, platform ? "x86_64-linux" }: inputs.home-manager.lib.homeManagerConfiguration {
# pkgs = inputs.nixpkgs.legacyPackages.${platform}; # pkgs = inputs.nixpkgs.legacyPackages.${platform};