diff --git a/home/rachel.nix b/home/rachel.nix index 4cbce87..483d49c 100644 --- a/home/rachel.nix +++ b/home/rachel.nix @@ -190,6 +190,7 @@ in cmd = { '${pkgs.clang-tools}/bin/clangd' }, }) lspcfg.ocamllsp.setup({}) + lspcfg.purescriptls.setup({}) require('orgmode').setup_ts_grammar() require('nvim-treesitter.configs').setup({ highlight = { diff --git a/shared/desktop.nix b/shared/desktop.nix index a43d117..cb50d3f 100644 --- a/shared/desktop.nix +++ b/shared/desktop.nix @@ -132,6 +132,8 @@ # [SERVICES] services.printing.enable = true; virtualisation.docker.enable = true; + services.mullvad-vpn.enable = true; + # [SECURITY / FIREWALL] networking.firewall.enable = true;