From 9315cfabf7576000bade8fdf6257f3f7e0878cea Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 8 Jun 2023 09:07:32 -0400 Subject: [PATCH] booting --- homeConfig/modules/gui/config/sway.nix | 5 ----- sysConfig/desktop/hardware.nix | 8 -------- 2 files changed, 13 deletions(-) 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" ];