diff --git a/modules/home/default.nix b/modules/home/default.nix index d5be96b..a98ee84 100755 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -53,6 +53,7 @@ in scrcpy systemMonitor usbImager + ledger virtManager espanso claudeCode diff --git a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix index f7ba28a..f8a5c35 100755 --- a/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix +++ b/modules/home/gui/apps/browsers/floorp/config/bookmarks/config/development.nix @@ -94,6 +94,17 @@ in ]; keyword = "Website"; } + { + name = "Zenkit"; + url = "https://app.zenkit.com/home"; + tags = [ + "kanban" + "zenkit" + "zen" + "kit" + ]; + keyword = "Zen"; + } { name = "Namecheap"; url = "https://www.namecheap.com"; diff --git a/systems/deimos/config/networking.nix b/systems/deimos/config/networking.nix index 76d482e..6a0bcee 100755 --- a/systems/deimos/config/networking.nix +++ b/systems/deimos/config/networking.nix @@ -18,6 +18,7 @@ in enable = true; allowedTCPPorts = [ 22 # SSH + 1234 # Elm Server 55771 ]; };