snowhawk: remove neovim-package
this is handled by the neovim module now
This commit is contained in:
parent
e2749932af
commit
7f24c3e3b1
1 changed files with 1 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
||||||
{ pkgs, inputs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
let
|
|
||||||
neovim-package = inputs.neovim-overlay.packages.${pkgs.system}.default;
|
|
||||||
in
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
../../home/modules
|
../../home/modules
|
||||||
|
|
Loading…
Reference in a new issue