mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
updated config
This commit is contained in:
parent
8726d5e2f2
commit
3a56737194
2 changed files with 5 additions and 5 deletions
|
@ -64,7 +64,7 @@
|
|||
];
|
||||
|
||||
services.xserver.videoDrivers = [ "nvidia" ];
|
||||
hardware.opengl.enable = true;
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
networking = {
|
||||
nat = {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue