diff --git a/home/rothe.nix b/home/rothe.nix index 220482b..cb339a8 100644 --- a/home/rothe.nix +++ b/home/rothe.nix @@ -264,17 +264,17 @@ # Automatic display output management services.kanshi = { enable = true; - profiles = { - undocked = { - outputs = [ + settings = [ + { profile.name = "undocked"; + profile.outputs = [ { criteria = "eDP-1"; status = "enable"; } ]; - }; - home_office = { - outputs = [ + } + { profile.name = "home_office"; + profile.outputs = [ { criteria = "eDP-1"; status = "disable"; @@ -284,9 +284,9 @@ status = "enable"; } ]; - }; - office = { - outputs = [ + } + { profile.name = "office"; + profile.outputs = [ { criteria = "eDP-1"; status = "disable"; @@ -296,8 +296,8 @@ status = "enable"; } ]; - }; - }; + } + ]; }; services.swayidle = { @@ -328,6 +328,7 @@ wayland.windowManager.sway = { enable = true; + checkConfig = false; package = pkgs.sway; wrapperFeatures.gtk = true; config = let