making it easier to install stable packages as needed
This commit is contained in:
parent
a1343811d1
commit
36b8bcf18b
3 changed files with 20 additions and 18 deletions
|
@ -58,7 +58,10 @@
|
|||
|
||||
"emenel" = home-manager.lib.homeManagerConfiguration {
|
||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||
extraSpecialArgs = { inherit inputs; };
|
||||
extraSpecialArgs = {
|
||||
inherit inputs;
|
||||
pkgs-stable = nixpkgs-stable.legacyPackages.x86_64-linux;
|
||||
};
|
||||
|
||||
modules = [
|
||||
nix-flatpak.homeManagerModules.nix-flatpak
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue