mirror of
https://github.com/cupcakearmy/nix-macos.git
synced 2025-04-04 05:57:05 +00:00
configure direnv and zoxide with home manager
This commit is contained in:
parent
61fa1382f0
commit
752be0fe82
9
home.nix
9
home.nix
@ -40,6 +40,9 @@
|
||||
};
|
||||
|
||||
programs = {
|
||||
direnv.enable = true;
|
||||
zoxide.enable = true;
|
||||
|
||||
fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
@ -49,12 +52,6 @@
|
||||
if type -q fnm
|
||||
fnm env --use-on-cd | source
|
||||
end
|
||||
if type -q direnv
|
||||
direnv hook fish | source
|
||||
end
|
||||
if type -q zoxide
|
||||
zoxide init fish | source
|
||||
end
|
||||
'';
|
||||
};
|
||||
bash = {
|
||||
|
@ -19,12 +19,10 @@ with pkgs;
|
||||
woff2
|
||||
bat
|
||||
rsync
|
||||
zoxide
|
||||
#bitwarden-cli
|
||||
|
||||
# Dev
|
||||
devenv
|
||||
direnv
|
||||
nixpacks
|
||||
ollama
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user