diff --git a/configs/openbox/rc.xml b/configs/openbox/rc.xml
index 7a5642d..7c0ab8c 100644
--- a/configs/openbox/rc.xml
+++ b/configs/openbox/rc.xml
@@ -30,7 +30,7 @@
- 4
+ 6
1
0
@@ -38,6 +38,8 @@
2
3
4
+ 5
+ 6
diff --git a/nixos/hosts/ioides/configuration.nix b/nixos/hosts/ioides/configuration.nix
index 4347577..3d2e87b 100644
--- a/nixos/hosts/ioides/configuration.nix
+++ b/nixos/hosts/ioides/configuration.nix
@@ -28,7 +28,7 @@
networking.hostName = "ioides";
services = {
- xserver.videoDrivers = [ "nvidia" "modesetting" "fbdev" ];
+ xserver.videoDrivers = [ "nvidia" ];
};
hardware = {
graphics = {