Compare commits

..

No commits in common. "0cd84911c95a76ad3e8feb471c76a8479840646b" and "30c8282a3d6dca03f676adede7965a72b7fc620e" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View file

@ -15,8 +15,6 @@
xkcd-font
];
wsl.useWindowsDriver = true;
nixpkgs.config.allowUnfree = true;
nix = {
gc = {

View file

@ -41,7 +41,7 @@
Option "metamodes" "DP-4: 2560x1440 +1920+0, DP-2: 1920x1080 +0+360"
'';
};
hardware.graphics.enable = true;
hardware.opengl.enable = true;
# Optionally, you may need to select the appropriate driver version for your specific GPU.
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;

View file

@ -161,7 +161,6 @@ in
];
plugins = {
typescript-tools.enable = true;
lsp = {
enable = true;
@ -178,6 +177,7 @@ in
autostart = true;
};
html.enable = true;
tsserver.enable = true;
cssls.enable = true;
};
};