This commit is contained in:
albert 2024-04-24 13:34:23 +09:00
parent 8e357a40ed
commit f3b7d5e96e
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A

View file

@ -1,4 +1,4 @@
{ ... }: {
{ lib, ... }: {
imports = [ ./nixvim/base.nix ];
programs.nixvim = {
@ -66,6 +66,8 @@
};
};
};
rnix-lsp = lib.mkForce false;
nil_ls.enable = false;
html.enable = true;
cssls.enable = true;
bashls.enable = true;