i dont intend to seperate my home config from my system config

This commit is contained in:
Osman Faruk Bayram 2025-02-05 00:35:01 +03:00
parent 466d6a96f6
commit 09239008b1

View file

@ -116,16 +116,6 @@
modules = [./hosts/iso/configuration.nix];
};
};
homeConfigurations = {
# doesnt work because my different systems have different stateVersions
# 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];
# 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;
};