mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 00:57:22 +01:00
fix: config checker not working on generic sys
This commit is contained in:
parent
3ba1690e3a
commit
65c8c2430e
3 changed files with 254 additions and 244 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue