diff --git a/gridlock.nix b/gridlock.nix index 2e5f0f5..5962be2 100644 --- a/gridlock.nix +++ b/gridlock.nix @@ -34,6 +34,11 @@ ROC_ENABLE_PRE_VEGA = "1"; }; 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 # networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";