system/hm/pkgs/inet-packages.nix

30 lines
604 B
Nix
Raw Normal View History

2024-11-01 12:04:24 -04:00
{ 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
2024-11-29 18:31:17 -05:00
# betterbird
2024-11-01 12:04:24 -04:00
# Cloud/Remote
restic
nextcloud-client
keepassxc git-credential-keepassxc keybase-gui keybase kbfs
remmina
mapscii
2024-12-01 14:11:41 -05:00
# tidal-dl
2024-11-01 12:04:24 -04:00
]