228 current 1970-01-01 01:00:00 24.05.20240312.0ad13a6 6.6.21 *

This commit is contained in:
Max Känner 2024-03-14 10:07:34 +01:00
parent 9b224b96a5
commit 6d0d71630b

View File

@ -66,7 +66,6 @@
withVencord = true;
})
vesktop
direnv
];
home.sessionVariables = {
@ -79,4 +78,10 @@
# Let Home Manager install and manage itself.
programs.home-manager.enable = true;
programs.direnv = {
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
};
}