mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-07 12:19:07 +00:00
config: update home-manager config to use nixpkgs.legacyPackages
We can configure most of the nixpkgs option through the `nixpkgs` attribute anyways.
This commit is contained in:
parent
2be753489e
commit
7c2a3dcf7e
@ -378,9 +378,7 @@
|
||||
let
|
||||
name = metadata._name;
|
||||
system = metadata._system;
|
||||
pkgs = import inputs."${metadata.nixpkgs-channel or "nixpkgs"}" {
|
||||
inherit system overlays;
|
||||
};
|
||||
pkgs = inputs."${metadata.nixpkgs-channel or "nixpkgs"}".legacyPackages."${system}";
|
||||
path = ./users/home-manager/${name};
|
||||
extraModules = [
|
||||
({ pkgs, config, ... }: {
|
||||
|
Loading…
Reference in New Issue
Block a user