enabled sway in gridlock

This commit is contained in:
2024-03-26 21:17:37 +01:00
parent 67aab41b67
commit 78dd9dcbfa

View File

@@ -34,6 +34,11 @@
ROC_ENABLE_PRE_VEGA = "1"; ROC_ENABLE_PRE_VEGA = "1";
}; };
hardware.opengl.driSupport = true; hardware.opengl.driSupport = true;
programs.sway.enable = true;
services.xserver.displayManager.defaultSession = lib.mkForce "sway";
services.xserver.windowManager.i3.enable = lib.mkForce false;
# Configure network proxy if necessary # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";