fix wayland + nvidia for eevee
ci/woodpecker/push/woodpecker Pipeline failed Details

pull/154/head
Vivian 2023-04-22 17:58:40 +02:00
parent 329cee1404
commit 0cb9e1ac06
3 changed files with 6 additions and 4 deletions

View File

@ -26,7 +26,7 @@
};
};
# fileSystems."/".options = [ "compress=zstd" ];
fileSystems."/".options = [ "compress=zstd" ];
# Set your time zone.
time.timeZone = "Europe/Amsterdam";

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: {
{ pkgs, config, ... }: {
hardware.enableAllFirmware = true;
hardware.bluetooth.enable = true;
@ -6,6 +6,8 @@
services.hardware.bolt.enable = true;
hardware.opengl.enable = true;
hardware.nvidia.modesetting.enable = true;
hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.stable;
services.udev.packages = with pkgs; [ wooting-udev-rules ];

View File

@ -4,9 +4,9 @@ let
cursorTheme = config.home.pointerCursor.name;
in {
home.pointerCursor = {
name = "Bibata_Ghost";
name = "Bibata-Modern-Classic";
size = 24;
package = pkgs.bibata-cursors-translucent;
package = pkgs.bibata-cursors;
};
gtk = {