This website requires JavaScript.
Explore
Help
Register
Sign In
odie
/
home-manager-flake
Archived
Watch
1
Star
0
Fork
You've already forked home-manager-flake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2024-05-02
. You can view files and clone it, but cannot push or open issues or pull requests.
98e36877ba
home-manager-flake
/
modules
/
shell
/
zoxide.nix
9 lines
105 B
Nix
Raw
Blame
History
_
:
{
programs
=
{
zoxide
=
{
enable
=
true
;
enableZshIntegration
=
true
;
}
;
}
;
}
Reference in New Issue
View Git Blame
Copy Permalink