thrall: Prepare off-site backup

This commit is contained in:
Alexander Kobjolke 2021-12-07 20:18:18 +01:00
parent 8224f8c283
commit c47e0ae218
4 changed files with 17 additions and 15 deletions

View file

@ -13,6 +13,7 @@
username = "alex";
homeDirectory = "/home/alex";
stateVersion = "21.05";
sessionPath = [ "$HOME/.local/bin" ];
};
home.packages = with pkgs; [
@ -40,7 +41,7 @@
smos
# editors
emacs-nox
emacs
# c/c++
clang_12
@ -73,6 +74,9 @@
};
programs = {
# better cat
bat.enable = true;
direnv = {
enable = true;
nix-direnv = {
@ -123,6 +127,4 @@
recursive = true;
source = ./local;
};
home.sessionPath = [ "$HOME/.local/bin" ];
}