diff --git a/flake.nix b/flake.nix index d0ed17e..72ac24b 100644 --- a/flake.nix +++ b/flake.nix @@ -89,8 +89,9 @@ osbm = home-manager.lib.homeManagerConfiguration { pkgs = nixpkgs.legacyPackages.x86_64-linux; # Home-manager requires 'pkgs' instance modules = [./modules/home.nix]; + # get state version from the current hosts' configuration.nix + # specialArgs = { stateVersion = "24.05"; }; }; - }; formatter.x86_64-linux = nixpkgs.legacyPackages.x86_64-linux.alejandra; formatter.aarch64-linux = nixpkgs.legacyPackages.aarch64-linux.alejandra; };