From 83dbca95c88d96e4ea2d100efe2c6fc57951a790 Mon Sep 17 00:00:00 2001 From: Alejandro Angulo Date: Fri, 23 Jun 2023 20:52:18 -0700 Subject: [PATCH] Moved away from deprecated option --- modules/desktop/sway/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/desktop/sway/default.nix b/modules/desktop/sway/default.nix index e968298..38ff7e7 100644 --- a/modules/desktop/sway/default.nix +++ b/modules/desktop/sway/default.nix @@ -73,7 +73,7 @@ in { enable = true; swaynag.enable = true; wrapperFeatures.gtk = true; # so that gtk works properly - systemdIntegration = true; # needed this for screen sharing to work + systemd.enable = true; # needed this for screen sharing to work config = { inherit (terminal menu left right up down modifier);