i dont intend to seperate my home config from my system config
This commit is contained in:
parent
466d6a96f6
commit
09239008b1
1 changed files with 0 additions and 10 deletions
10
flake.nix
10
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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue