installed Go
This commit is contained in:
@@ -49,6 +49,7 @@ borg create --progress --stats --exclude-caches \
|
|||||||
--exclude $HOME/.local/share/Steam \
|
--exclude $HOME/.local/share/Steam \
|
||||||
--exclude $HOME/Audio \
|
--exclude $HOME/Audio \
|
||||||
--exclude $HOME/nas \
|
--exclude $HOME/nas \
|
||||||
|
--exclude $HOME/go \
|
||||||
$ARCHIVE $SRC && if ! $LOCAL; then date +%s > $HOME/.lastbak; fi
|
$ARCHIVE $SRC && if ! $LOCAL; then date +%s > $HOME/.lastbak; fi
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
3
home.nix
3
home.nix
@@ -78,6 +78,8 @@
|
|||||||
firefox
|
firefox
|
||||||
thunderbird
|
thunderbird
|
||||||
rofi
|
rofi
|
||||||
|
go
|
||||||
|
gopls
|
||||||
];
|
];
|
||||||
programs.taskwarrior = {
|
programs.taskwarrior = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@@ -148,6 +150,7 @@
|
|||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
VISUAL = "nvim";
|
VISUAL = "nvim";
|
||||||
LEDGER_FILE = "$HOME/hledger/hledger.journal";
|
LEDGER_FILE = "$HOME/hledger/hledger.journal";
|
||||||
|
PATH = "$PATH:$HOME/go/bin";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
|
|||||||
Reference in New Issue
Block a user