From 62e3a629695f57baec1b22114e4add6af7e88ead Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sun, 3 Mar 2024 23:01:48 +0100 Subject: [PATCH] 60 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 * --- hosts/MaxNixosLaptop/home.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hosts/MaxNixosLaptop/home.nix b/hosts/MaxNixosLaptop/home.nix index d6bf143..fd2de63 100644 --- a/hosts/MaxNixosLaptop/home.nix +++ b/hosts/MaxNixosLaptop/home.nix @@ -114,9 +114,10 @@ # use foot as default terminal terminal = "foot"; assigns = { - "0" = [{app_id = "firefox";}]; - "1" = [{app_id = "foot";}]; + "1" = [{app_id = "firefox";}]; + "2" = [{app_id = "foot";}]; }; + # workspaces = ["main" "term"]; bars = []; startup = [ {command = "${pkgs.keepassxc}/bin/keepassxc";}