This commit is contained in:
parent
ce71dfc31d
commit
10b7e5296c
2 changed files with 2 additions and 1 deletions
|
@ -52,6 +52,7 @@ nix develop -c /etc/nixos/git/docs/setup.sh
|
|||
* [ ] 24.05 Updates:
|
||||
* [ ] Re-enable a few things <SPC-S> "TODO"
|
||||
* [ ] Add sound to XRDP config
|
||||
* [ ] vimPlugins.outline-nvim
|
||||
|
||||
## Home-Manager
|
||||
* [ ] Figure out what the home-manager `account` options are for.
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
shellInit = ''
|
||||
set fish_greeting
|
||||
set EDITOR vim
|
||||
eval (ssh-agent -c)
|
||||
eval (ssh-agent -c) > /dev/null &> /dev/null
|
||||
ssh-add > /dev/null &> /dev/null
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue