diff --git a/homeConfig/modules/gui/config/sway.nix b/homeConfig/modules/gui/config/sway.nix index 88b73ea..664c8b6 100644 --- a/homeConfig/modules/gui/config/sway.nix +++ b/homeConfig/modules/gui/config/sway.nix @@ -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 ''; diff --git a/sysConfig/desktop/hardware.nix b/sysConfig/desktop/hardware.nix index 3ff86cb..709e730 100644 --- a/sysConfig/desktop/hardware.nix +++ b/sysConfig/desktop/hardware.nix @@ -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" ];