Re-create (most of) the previous dotfiles setup.

This commit is contained in:
2024-09-11 16:55:15 +01:00
parent 81ac731bb0
commit 31703b8212
3 changed files with 66 additions and 0 deletions

View File

@@ -10,6 +10,10 @@ in {
home = {
inherit homeDirectory packages stateVersion username;
sessionVariables = {
MOSH_SERVER_NETWORK_TMOUT = 604800;
};
shellAliases = {
reload-home-manager-config = "home-manager switch --flake ${builtins.toString ./.}";
};