Updates
All checks were successful
deploy-rs / deploy-rs (push) Successful in 10m11s

This commit is contained in:
albert 2024-05-03 13:41:43 +09:00
parent ce71dfc31d
commit 10b7e5296c
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 2 additions and 1 deletions

View file

@ -52,6 +52,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
* [ ] 24.05 Updates: * [ ] 24.05 Updates:
* [ ] Re-enable a few things <SPC-S> "TODO" * [ ] Re-enable a few things <SPC-S> "TODO"
* [ ] Add sound to XRDP config * [ ] Add sound to XRDP config
* [ ] vimPlugins.outline-nvim
## Home-Manager ## Home-Manager
* [ ] Figure out what the home-manager `account` options are for. * [ ] Figure out what the home-manager `account` options are for.

View file

@ -7,7 +7,7 @@
shellInit = '' shellInit = ''
set fish_greeting set fish_greeting
set EDITOR vim set EDITOR vim
eval (ssh-agent -c) eval (ssh-agent -c) > /dev/null &> /dev/null
ssh-add > /dev/null &> /dev/null ssh-add > /dev/null &> /dev/null
''; '';