Skip to content

Commit

Permalink
fix(neovim): removed old module reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Wittano committed Jun 9, 2024
1 parent 6e28d31 commit a441267
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions hosts/vm/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@

environment.systemPackages = with pkgs; [ git ];

modules = {
services.ssh.enable = true;
editors.neovim.enable = true;
};
modules.services.ssh.enable = true;

}

0 comments on commit a441267

Please sign in to comment.