system/hm/pkgs/inet-packages.nix
2024-12-03 12:15:26 -08:00

30 lines
604 B
Nix

{ pkgs, system, zen-browser, ... }:
with pkgs;
[
(python3.withPackages (ps: with ps; [
pip pynvim # mopidy-tidal # Mopidy-WebSettings
]))
# mopidy mopidy-tidal mopidy-musicbox-webclient gst_all_1.gstreamer gst_all_1.gst-plugins-bad
# Browsers
firefox-devedition
w3m
ungoogled-chromium
librewolf
# https://github.com/MarceColl/zen-browser-flake/tree/master
zen-browser.packages."${system}".default
# Mail
mailspring
# betterbird
# Cloud/Remote
restic
nextcloud-client
keepassxc git-credential-keepassxc keybase-gui keybase kbfs
remmina
mapscii
# tidal-dl
]