Extra special args
This commit is contained in:
parent
f91ca25c01
commit
0598f3a893
1 changed files with 14 additions and 2 deletions
16
flake.nix
16
flake.nix
|
|
@ -77,15 +77,27 @@
|
|||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {
|
||||
stable = inputs.nixpkgs;
|
||||
unstable = inputs.nixpkgs-u;
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
homeManagerUModules = [
|
||||
inputs.home-manager-u.nixosModules.default
|
||||
{ home-manager = { useGlobalPkgs = true; useUserPackages = true; }; }
|
||||
{
|
||||
home-manager = {
|
||||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {
|
||||
stable = inputs.nixpkgs;
|
||||
unstable = inputs.nixpkgs-u;
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
commonModules = [
|
||||
# Nix configuration
|
||||
basic_module
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue