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:
|
* [ ] 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.
|
||||||
|
|
|
@ -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
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue