somewhat minimal neovim config to match helix (incomplete)
This commit is contained in:
parent
bcfa8465bf
commit
c17f8d9d87
6 changed files with 197 additions and 22 deletions
|
|
@ -14,7 +14,7 @@
|
|||
### Dev Tools ###
|
||||
agenix
|
||||
git
|
||||
helix
|
||||
evil-helix
|
||||
### System Utilities ###
|
||||
btop
|
||||
nixos-firewall-tool
|
||||
|
|
@ -28,9 +28,6 @@
|
|||
neofetch = "${pkgs.fastfetch}/bin/fastfetch";
|
||||
tree = "ls --tree";
|
||||
syscleanup = "sudo nix-collect-garbage -d; sudo /run/current-system/bin/switch-to-configuration boot";
|
||||
vi = "${pkgs.evil-helix}/bin/hx";
|
||||
vim = "${pkgs.evil-helix}/bin/hx";
|
||||
nvim = "${pkgs.evil-helix}/bin/hx";
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -39,6 +39,9 @@
|
|||
user = import ../../users/user.nix;
|
||||
root = import ../../users/root.nix;
|
||||
};
|
||||
sharedModules = [
|
||||
inputs.nixvim.homeModules.nixvim
|
||||
];
|
||||
extraSpecialArgs = {
|
||||
inherit hostType;
|
||||
inherit inputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue