thrall: Prepare off-site backup
This commit is contained in:
parent
8224f8c283
commit
c47e0ae218
4 changed files with 17 additions and 15 deletions
|
|
@ -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" ];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue