This commit is contained in:
Bryan Ramos 2023-06-08 09:07:32 -04:00
parent 6d7bd478b4
commit 9315cfabf7
2 changed files with 0 additions and 13 deletions

View file

@ -8,11 +8,6 @@ in
xwayland = true;
wrapperFeatures.gtk = true;
# extraOptions = [
# "--unsupported-gpu"
# "--my-next-gpu-wont-be-nvidia"
# ];
extraSessionCommands = ''
export _JAVA_AWT_WM_NONREPARENTING=1
'';

View file

@ -45,14 +45,6 @@
# GPU
hardware.nvidia.open = true;
# services.xserver.videoDrivers = [ "nvidia" ];
# hardware = {
# opengl.enable = true;
# nvidia = {
# package = config.boot.kernelPackages.nvidiaPackages.stable;
# modesetting.enable = true;
# };
# };
# Virtualisation
# nix.settings.system-features = [ "kvm" ];