88 current 2024-03-01 13:54:20 24.05.20240228.9099616 6.6.18 *
This commit is contained in:
parent
ea5f1934d1
commit
03bcd6cf68
1 changed files with 6 additions and 0 deletions
|
|
@ -121,6 +121,12 @@
|
|||
EDITOR = "nvim";
|
||||
};
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
enableZshIntegration = true;
|
||||
options = ["--cmd cd"];
|
||||
};
|
||||
|
||||
programs.nixvim = ./vim.nix;
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue