Home

dotnix @36760a8fe5bf4979d7cd837c49cca2ec027554e2 - 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;
  };
}