diff --git a/hosts/MaxNixosLaptop/home.nix b/hosts/MaxNixosLaptop/home.nix index fd2de63..2d3e719 100644 --- a/hosts/MaxNixosLaptop/home.nix +++ b/hosts/MaxNixosLaptop/home.nix @@ -117,7 +117,9 @@ "1" = [{app_id = "firefox";}]; "2" = [{app_id = "foot";}]; }; - # workspaces = ["main" "term"]; + workspaceOutputAssign = [ + {workspace = "main";} + ]; bars = []; startup = [ {command = "${pkgs.keepassxc}/bin/keepassxc";}