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;