pinwheel: Set work related ENV var for zcenv

This commit is contained in:
Alexander Heldt
2023-11-09 22:00:58 +01:00
parent 773e09858c
commit fcaaf9e0af

View File

@@ -51,6 +51,10 @@ in
}; };
}; };
home.sessionVariables = {
ZCENV_HOME = "/home/alex/code/work/zebware/zcenv";
};
home.packages = lib.mkIf openvpnEnabled [ work-vpn ]; home.packages = lib.mkIf openvpnEnabled [ work-vpn ];
}; };