From 19c7f6f31fff34f4862d25ae653f45583420aed4 Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 15 Jul 2025 14:21:52 -0500 Subject: [PATCH 1/2] feat: added ledger to desktop --- modules/home/default.nix | 1 + 1 file changed, 1 insertion(+) 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 From 1b00f3c6870a0b4c07ab255a9bb91470d1e4d96b Mon Sep 17 00:00:00 2001 From: Nick Date: Tue, 15 Jul 2025 14:33:05 -0500 Subject: [PATCH 2/2] feat: lol ok --- .../floorp/config/bookmarks/config/development.nix | 11 +++++++++++ systems/deimos/config/networking.nix | 1 + 2 files changed, 12 insertions(+) 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 ]; };