enabled sway in gridlock
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user