Fri Jun 21 03:23:05 PM CEST 2024

This commit is contained in:
Thomas Avé 2024-06-21 15:23:05 +02:00
parent af92f2bd1d
commit dc56d51b2b
2 changed files with 1 additions and 2 deletions

View File

@ -68,7 +68,6 @@ in
programs.ssh.matchBlocks."*".identityFile = "/home/server/.secrets/SSH/Mallorea/id_ed25519"; programs.ssh.matchBlocks."*".identityFile = "/home/server/.secrets/SSH/Mallorea/id_ed25519";
home.sessionVariables = { home.sessionVariables = {
NIX_PATH = "${config.xdg.stateHome}/nix/profiles/channels/";
LANG = "en_US.UTF-8"; LANG = "en_US.UTF-8";
XDG_RUNTIME_DIR = "/run/user/$(id -u)"; XDG_RUNTIME_DIR = "/run/user/$(id -u)";
}; };

View File

@ -6,7 +6,7 @@ return {
}, },
build = ":TSUpdate", build = ":TSUpdate",
opts = { 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, auto_install = true,
highlight = { highlight = {
enable = true, enable = true,