making home packages declaration cleaner
This commit is contained in:
parent
adee9b3cb6
commit
93766bcee5
1 changed files with 1 additions and 3 deletions
|
@ -29,9 +29,6 @@
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
{ self, nixpkgs, ... }@inputs:
|
{ self, nixpkgs, ... }@inputs:
|
||||||
let
|
|
||||||
hmpkgs = nixpkgs.legacyPackages."x86_64-linux";
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
nixosConfigurations =
|
nixosConfigurations =
|
||||||
let
|
let
|
||||||
|
@ -74,6 +71,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration {
|
homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
|
pkgs = nixpkgs.legacyPackages."x86_64-linux";
|
||||||
extraSpecialArgs = { inherit inputs; };
|
extraSpecialArgs = { inherit inputs; };
|
||||||
|
|
||||||
modules = [
|
modules = [
|
||||||
|
|
Loading…
Reference in a new issue