Home
dotnix
@b74f4784492c1782b21a36597c473846b6dffcda
-
refs
-
log
-
-
https://git.jolheiser.com/dotnix.git
My nix dotfiles
dotnix
/
apps
/
nogui
/
zoxide.nix
-
raw
1
2
3
4
5
{
programs
.
zoxide
=
{
enable
=
true
;
};
}