diff --git a/home/Mallorea.nix b/home/Mallorea.nix index 443d149..b6526c5 100644 --- a/home/Mallorea.nix +++ b/home/Mallorea.nix @@ -68,7 +68,6 @@ in programs.ssh.matchBlocks."*".identityFile = "/home/server/.secrets/SSH/Mallorea/id_ed25519"; home.sessionVariables = { - NIX_PATH = "${config.xdg.stateHome}/nix/profiles/channels/"; LANG = "en_US.UTF-8"; XDG_RUNTIME_DIR = "/run/user/$(id -u)"; }; diff --git a/home/nvim/files/lua/plugins/treesitter.lua b/home/nvim/files/lua/plugins/treesitter.lua index 7543bf1..a8943e8 100644 --- a/home/nvim/files/lua/plugins/treesitter.lua +++ b/home/nvim/files/lua/plugins/treesitter.lua @@ -6,7 +6,7 @@ return { }, build = ":TSUpdate", opts = { - ensure_installed = { "cpp", "c", "lua", "vim", "dockerfile", "python", "java", "cmake", "diff", "gitcommit", "html", "css", "javascript", "json", "rust", "sql", "yaml", "markdown", "markdown_inline", "nix" }, + ensure_installed_sync = { "cpp", "c", "lua", "vim", "dockerfile", "python", "java", "cmake", "diff", "gitcommit", "html", "css", "javascript", "json", "rust", "sql", "yaml", "markdown", "markdown_inline", "nix" }, auto_install = true, highlight = { enable = true,