feat(modules/home/cli): add nvf
This commit is contained in:
parent
b2ee33c215
commit
d4453d1a59
6 changed files with 197 additions and 6 deletions
|
@ -19,7 +19,6 @@
|
|||
programs.nix-index-database.comma.enable = true;
|
||||
|
||||
home.packages = with pkgs; [
|
||||
neovim
|
||||
ripgrep
|
||||
fzf
|
||||
pantheon.rebuild
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
./desktop.nix
|
||||
];
|
||||
|
||||
cli.editor = "nvim";
|
||||
cli.editor = "nvf";
|
||||
cli.file-browser = "yazi";
|
||||
|
||||
home.persistence."/persist/home/rafiq" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue