From 3dbc1a527bfb5678e55bb46c1b1a1aae4d3d2387 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Tue, 1 Jul 2025 21:09:03 -0400 Subject: [PATCH] Add telnet, print and pomodoro prompt related things missed from before, and ditch incompat zulip-term --- configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/configuration.nix b/configuration.nix index ba13c38..180bcb2 100644 --- a/configuration.nix +++ b/configuration.nix @@ -66,7 +66,8 @@ hunspell hunspellDicts.en_US-large hunspellDicts.es_MX - # jitsi - this is unusuable with a regular Jitsi Meet server like May First? + inetutils # telnet among other things + # jitsi # - this is unusuable with a regular Jitsi Meet server like May First? # jitsi-meet-electron # currently breaks build jq just @@ -87,6 +88,8 @@ kdePackages.kweather # kdePackages.neochat # For matrix but relying on insecure olm-3.2.16 kdePackages.partitionmanager + kdePackages.print-manager + kdePackages.xdg-desktop-portal-kde keepassxc kirc # kiwix @@ -146,6 +149,7 @@ sioyek # Science-document-focused PDF viewer slack sly # simple image editing + spideroak # backups starship # fancy command line prompt strawberry-qt6 system-config-printer @@ -175,7 +179,7 @@ zed-editor zoxide zulip - zulip-term + # zulip-term ]; environment.pathsToLink = [ "/share/fish" ];