From 3a56737194db7a3d95b0bb2f36f6f8721aba0cfd Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Tue, 25 Jun 2024 20:27:26 -0700 Subject: [PATCH] updated config --- hosts/Alaska/default.nix | 2 +- modules/neovim.nix | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/hosts/Alaska/default.nix b/hosts/Alaska/default.nix index e8f7c7e..2f8ecbc 100644 --- a/hosts/Alaska/default.nix +++ b/hosts/Alaska/default.nix @@ -64,7 +64,7 @@ ]; services.xserver.videoDrivers = [ "nvidia" ]; - hardware.opengl.enable = true; + hardware.graphics.enable = true; networking = { nat = { diff --git a/modules/neovim.nix b/modules/neovim.nix index 79849af..94909b2 100644 --- a/modules/neovim.nix +++ b/modules/neovim.nix @@ -187,10 +187,10 @@ in openOnSetup = true; }; - ts-autotag = { - enable = true; - filetypes = [ "html" "javascript" "typescript" "javascriptreact" "typescriptreact" "svelte" "vue" "tsx" "jsx" "rescript" "xml" "php" "markdown" "astro" "glimmer" "handlebars" "hbs" "templ" ]; - }; + # ts-autotag = { + # enable = true; + # filetypes = [ "html" "javascript" "typescript" "javascriptreact" "typescriptreact" "svelte" "vue" "tsx" "jsx" "rescript" "xml" "php" "markdown" "astro" "glimmer" "handlebars" "hbs" "templ" ]; + # }; nvim-autopairs = { enable = true; settings.check_ts = true;