228 current 1970-01-01 01:00:00 24.05.20240312.0ad13a6 6.6.21 *
This commit is contained in:
parent
9b224b96a5
commit
6d0d71630b
@ -66,7 +66,6 @@
|
|||||||
withVencord = true;
|
withVencord = true;
|
||||||
})
|
})
|
||||||
vesktop
|
vesktop
|
||||||
direnv
|
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
@ -79,4 +78,10 @@
|
|||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
programs.home-manager.enable = true;
|
programs.home-manager.enable = true;
|
||||||
|
|
||||||
|
programs.direnv = {
|
||||||
|
enable = true;
|
||||||
|
enableBashIntegration = true;
|
||||||
|
enableZshIntegration = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user