making home packages declaration cleaner

main
Zynh Ludwig 2024-07-08 07:52:40 +00:00
parent adee9b3cb6
commit 93766bcee5
1 changed files with 1 additions and 3 deletions

View File

@ -29,9 +29,6 @@
outputs =
{ self, nixpkgs, ... }@inputs:
let
hmpkgs = nixpkgs.legacyPackages."x86_64-linux";
in
{
nixosConfigurations =
let
@ -74,6 +71,7 @@
}
];
homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration {
pkgs = nixpkgs.legacyPackages."x86_64-linux";
extraSpecialArgs = { inherit inputs; };
modules = [