diff --git a/borg/backup.sh b/borg/backup.sh index c226140..e329ff4 100755 --- a/borg/backup.sh +++ b/borg/backup.sh @@ -49,6 +49,7 @@ borg create --progress --stats --exclude-caches \ --exclude $HOME/.local/share/Steam \ --exclude $HOME/Audio \ --exclude $HOME/nas \ +--exclude $HOME/go \ $ARCHIVE $SRC && if ! $LOCAL; then date +%s > $HOME/.lastbak; fi diff --git a/home.nix b/home.nix index 1ee816a..42575be 100644 --- a/home.nix +++ b/home.nix @@ -78,6 +78,8 @@ firefox thunderbird rofi + go + gopls ]; programs.taskwarrior = { enable = true; @@ -148,6 +150,7 @@ EDITOR = "nvim"; VISUAL = "nvim"; LEDGER_FILE = "$HOME/hledger/hledger.journal"; + PATH = "$PATH:$HOME/go/bin"; }; # Let Home Manager install and manage itself.