updated config

This commit is contained in:
Nickiel12 2024-06-25 20:27:26 -07:00
parent 8726d5e2f2
commit 3a56737194
2 changed files with 5 additions and 5 deletions

View file

@ -64,7 +64,7 @@
]; ];
services.xserver.videoDrivers = [ "nvidia" ]; services.xserver.videoDrivers = [ "nvidia" ];
hardware.opengl.enable = true; hardware.graphics.enable = true;
networking = { networking = {
nat = { nat = {

View file

@ -187,10 +187,10 @@ in
openOnSetup = true; openOnSetup = true;
}; };
ts-autotag = { # ts-autotag = {
enable = true; # enable = true;
filetypes = [ "html" "javascript" "typescript" "javascriptreact" "typescriptreact" "svelte" "vue" "tsx" "jsx" "rescript" "xml" "php" "markdown" "astro" "glimmer" "handlebars" "hbs" "templ" ]; # filetypes = [ "html" "javascript" "typescript" "javascriptreact" "typescriptreact" "svelte" "vue" "tsx" "jsx" "rescript" "xml" "php" "markdown" "astro" "glimmer" "handlebars" "hbs" "templ" ];
}; # };
nvim-autopairs = { nvim-autopairs = {
enable = true; enable = true;
settings.check_ts = true; settings.check_ts = true;