Update browsers
This commit is contained in:
parent
10adafe703
commit
b72d409a5a
15 changed files with 262 additions and 67 deletions
|
|
@ -7,6 +7,7 @@
|
|||
additionalHomeConfig,
|
||||
homeMods,
|
||||
additionalHomeMods,
|
||||
additionalInputs,
|
||||
root,
|
||||
...
|
||||
}:
|
||||
|
|
@ -22,7 +23,7 @@
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs root;
|
||||
inherit inputs root additionalInputs;
|
||||
};
|
||||
|
||||
users.${config.conf.username} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue