mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 13:45:29 -08:00
Compare commits
No commits in common. "0cd84911c95a76ad3e8feb471c76a8479840646b" and "30c8282a3d6dca03f676adede7965a72b7fc620e" have entirely different histories.
0cd84911c9
...
30c8282a3d
3 changed files with 2 additions and 4 deletions
|
@ -15,8 +15,6 @@
|
|||
xkcd-font
|
||||
];
|
||||
|
||||
wsl.useWindowsDriver = true;
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix = {
|
||||
gc = {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue