mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-24 05:35:29 -08:00
Compare commits
2 commits
30c8282a3d
...
0cd84911c9
Author | SHA1 | Date | |
---|---|---|---|
|
0cd84911c9 | ||
|
e167da333e |
3 changed files with 4 additions and 2 deletions
|
@ -15,6 +15,8 @@
|
||||||
xkcd-font
|
xkcd-font
|
||||||
];
|
];
|
||||||
|
|
||||||
|
wsl.useWindowsDriver = true;
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nix = {
|
nix = {
|
||||||
gc = {
|
gc = {
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
Option "metamodes" "DP-4: 2560x1440 +1920+0, DP-2: 1920x1080 +0+360"
|
Option "metamodes" "DP-4: 2560x1440 +1920+0, DP-2: 1920x1080 +0+360"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
hardware.opengl.enable = true;
|
hardware.graphics.enable = true;
|
||||||
|
|
||||||
# Optionally, you may need to select the appropriate driver version for your specific GPU.
|
# Optionally, you may need to select the appropriate driver version for your specific GPU.
|
||||||
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
|
||||||
|
|
|
@ -161,6 +161,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = {
|
plugins = {
|
||||||
|
typescript-tools.enable = true;
|
||||||
|
|
||||||
lsp = {
|
lsp = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -177,7 +178,6 @@ in
|
||||||
autostart = true;
|
autostart = true;
|
||||||
};
|
};
|
||||||
html.enable = true;
|
html.enable = true;
|
||||||
tsserver.enable = true;
|
|
||||||
cssls.enable = true;
|
cssls.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue