This commit is contained in:
Rachel Lambda Samuelsson 2024-05-30 20:55:19 +02:00
parent 259c7dc997
commit 7f19d4efe9
2 changed files with 3 additions and 0 deletions

View File

@ -190,6 +190,7 @@ in
cmd = { '${pkgs.clang-tools}/bin/clangd' }, cmd = { '${pkgs.clang-tools}/bin/clangd' },
}) })
lspcfg.ocamllsp.setup({}) lspcfg.ocamllsp.setup({})
lspcfg.purescriptls.setup({})
require('orgmode').setup_ts_grammar() require('orgmode').setup_ts_grammar()
require('nvim-treesitter.configs').setup({ require('nvim-treesitter.configs').setup({
highlight = { highlight = {

View File

@ -132,6 +132,8 @@
# [SERVICES] # [SERVICES]
services.printing.enable = true; services.printing.enable = true;
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
services.mullvad-vpn.enable = true;
# [SECURITY / FIREWALL] # [SECURITY / FIREWALL]
networking.firewall.enable = true; networking.firewall.enable = true;