Home
dotnix
@f826a68fa88c6c8bd5afabdb7bf607d5b2c3f384
-
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
;
};
}