installed Go

This commit is contained in:
2024-02-18 16:50:20 +01:00
parent 201bf683b8
commit c6bc885ef9
2 changed files with 4 additions and 0 deletions

View File

@@ -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

View File

@@ -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.