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";} ]; }; };