Cleanup
This commit is contained in:
@@ -12,7 +12,7 @@ vim.lsp.config("lua_ls", {
|
||||
},
|
||||
})
|
||||
|
||||
local servers = { "clangd", "nil", "solargraph", "hls" }
|
||||
local servers = { "clangd", "solargraph", "hls", "nixd" }
|
||||
|
||||
for _, server in ipairs(servers) do
|
||||
vim.lsp.config(server, { capabilities = capabilities })
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
|
||||
+1
-5
@@ -1,11 +1,7 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{ ... }:
|
||||
|
||||
let
|
||||
spicePkgs = inputs.spicetify-nix.legacyPackages.${pkgs.stdenv.system};
|
||||
in
|
||||
{
|
||||
imports = [
|
||||
inputs.spicetify-nix.homeManagerModules.spicetify
|
||||
./battery
|
||||
./dunst
|
||||
./kitty
|
||||
|
||||
Reference in New Issue
Block a user