Skip to content

Commit

Permalink
chore: drop nvim from system config
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston committed Oct 19, 2023
1 parent ce3fb57 commit 8d46379
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions home/apps/neovim.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
{
inputs,
pkgs,
...
}: {
home = {
packages = [
inputs.neovim.packages.${pkgs.stdenv.hostPlatform.system}.neovim
];
sessionVariables = {
EDITOR = "nvim";
SUDO_EDITOR = "nvim";
Expand Down

0 comments on commit 8d46379

Please sign in to comment.