From 09239008b1da4351862267f5a6188a36282ddbfa Mon Sep 17 00:00:00 2001 From: osbm Date: Wed, 5 Feb 2025 00:35:01 +0300 Subject: [PATCH] i dont intend to seperate my home config from my system config --- flake.nix | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/flake.nix b/flake.nix index 928e04f..3742a34 100644 --- a/flake.nix +++ b/flake.nix @@ -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; };