From a4f5cbe681b7daf939ca9069fd5f1b76221ede70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sun, 3 Mar 2024 23:10:37 +0100 Subject: [PATCH] 61 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 * --- hosts/MaxNixosLaptop/home.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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";}