diff --git a/modules/home/default.nix b/modules/home/default.nix index a98ee84..d5be96b 100755 --- a/modules/home/default.nix +++ b/modules/home/default.nix @@ -53,7 +53,6 @@ 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 f8a5c35..f7ba28a 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,17 +94,6 @@ 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 6a0bcee..76d482e 100755 --- a/systems/deimos/config/networking.nix +++ b/systems/deimos/config/networking.nix @@ -18,7 +18,6 @@ in enable = true; allowedTCPPorts = [ 22 # SSH - 1234 # Elm Server 55771 ]; };