diff --git a/profiles/sway/location.nix b/profiles/sway/location.nix index ffd3215..fdc07d3 100644 --- a/profiles/sway/location.nix +++ b/profiles/sway/location.nix @@ -18,15 +18,11 @@ in desktopID = "gammastep"; isAllowed = true; isSystem = false; - # Empty list allows all users - users = [ ]; }; appConfig."gammastep-indicator" = { desktopID = "gammastep-indicator"; isAllowed = true; isSystem = false; - # Empty list allows all users - users = [ ]; }; }; };