Add zen extension config and fix zen policy config
This commit is contained in:
parent
58c42ed7d8
commit
4f04b5d683
11 changed files with 647 additions and 144 deletions
|
|
@ -11,6 +11,8 @@
|
|||
root,
|
||||
alternativePkgs,
|
||||
system,
|
||||
stable,
|
||||
unstable,
|
||||
...
|
||||
}: {
|
||||
xdg = {
|
||||
|
|
@ -24,7 +26,7 @@
|
|||
useGlobalPkgs = true;
|
||||
useUserPackages = true;
|
||||
extraSpecialArgs = {
|
||||
inherit inputs root additionalInputs alternativePkgs system;
|
||||
inherit inputs root additionalInputs alternativePkgs system stable unstable;
|
||||
};
|
||||
|
||||
users.${config.conf.username} = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue