From 367265e506f5f4b3e13103b862654be69ae23070 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Sun, 3 Mar 2024 22:51:22 +0100 Subject: [PATCH] 57 current 1970-01-01 01:00:00 23.11.20240229.068d4db 6.1.79 * --- hosts/MaxNixosLaptop/home.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hosts/MaxNixosLaptop/home.nix b/hosts/MaxNixosLaptop/home.nix index cf38af1..c65e860 100644 --- a/hosts/MaxNixosLaptop/home.nix +++ b/hosts/MaxNixosLaptop/home.nix @@ -117,8 +117,12 @@ "main" = [{class = "^Firefox$";}]; "term" = [{class = "^foot$";}]; }; + bars = []; startup = [ - {command = "keepassxc";} + {command = "${pkgs.keepassxc}/bin/keepassxc";} + {command = "${pkgs.waybar}/bin/waybar";} + {command = "${pkgs.foot}/bin/foot";} + {command = "${pkgs.firefox}/bin/firefox";} ]; }; };