diff --git a/flake.nix b/flake.nix index 90a5650..7a511a0 100644 --- a/flake.nix +++ b/flake.nix @@ -130,7 +130,7 @@ }; homeConfigurations = { # doesnt work because my different systems have different stateVersions - # i dont know how to get the stateVersion from the current host + # I dont know how to get the stateVersion from the current host osbm = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance modules = [./modules/home.nix];