Add zen extension config and fix zen policy config

This commit is contained in:
DashieTM 2025-03-14 23:10:08 +01:00
parent 58c42ed7d8
commit 4f04b5d683
11 changed files with 647 additions and 144 deletions

View file

@ -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} = {