making home packages declaration cleaner
parent
adee9b3cb6
commit
93766bcee5
|
@ -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 = [
|
||||
|
|
Loading…
Reference in New Issue