mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 20:59: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" ];
|
services.xserver.videoDrivers = [ "nvidia" ];
|
||||||
hardware.opengl.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
nat = {
|
nat = {
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue