From c6bc885ef9b96b97bb56f483fdaf84271701d81f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Violet=20Truchse=C3=9F?= Date: Sun, 18 Feb 2024 16:50:20 +0100 Subject: [PATCH] installed Go --- borg/backup.sh | 1 + home.nix | 3 +++ 2 files changed, 4 insertions(+) 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.