fix: config checker not working on generic sys

This commit is contained in:
Swarsel 2024-12-15 15:01:33 +01:00
parent 3ba1690e3a
commit 65c8c2430e
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
3 changed files with 254 additions and 244 deletions

View file

@ -11,6 +11,10 @@
libguestfs-with-appliance
];
home.sessionVariables = {
DOCUMENT_DIR_PRIV = lib.mkForce "${config.home.homeDirectory}/Documents/Private";
DOCUMENT_DIR_WORK = lib.mkForce "${config.home.homeDirectory}/Documents/Work";
};
programs = {
git.userEmail = "leon.schwarzaeugl@imba.oeaw.ac.at";