add direnv hook and sops
This commit is contained in:
parent
c23122b4da
commit
3359dfc8b7
1 changed files with 4 additions and 2 deletions
6
home.nix
6
home.nix
|
@ -35,8 +35,9 @@
|
||||||
du = "du -h";
|
du = "du -h";
|
||||||
};
|
};
|
||||||
shellInit = ''
|
shellInit = ''
|
||||||
/etc/profiles/per-user/jahanson/bin/rtx hook-env | source
|
rtx hook-env | source
|
||||||
/etc/profiles/per-user/jahanson/bin/rtx activate fish | source
|
rtx activate fish | source
|
||||||
|
direnv hook fish | source
|
||||||
'';
|
'';
|
||||||
functions = {
|
functions = {
|
||||||
fish_greeting = {
|
fish_greeting = {
|
||||||
|
@ -67,6 +68,7 @@
|
||||||
yq-go # yaml processer https://github.com/mikefarah/yq
|
yq-go # yaml processer https://github.com/mikefarah/yq
|
||||||
fzf # A command-line fuzzy finder
|
fzf # A command-line fuzzy finder
|
||||||
age # sops-age encryption
|
age # sops-age encryption
|
||||||
|
sops
|
||||||
direnv # shell environment management
|
direnv # shell environment management
|
||||||
|
|
||||||
# networking tools
|
# networking tools
|
||||||
|
|
Reference in a new issue