system/hm/pkgs/inet-packages.nix

34 lines
701 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; [
# Moved to services.home-assistant
# pip
# pynvim # mopidy-tidal # Mopidy-WebSettings
# virtualenv setuptools wheel
# ]))
2024-11-01 12:04:24 -04:00
# mopidy mopidy-tidal mopidy-musicbox-webclient gst_all_1.gstreamer gst_all_1.gst-plugins-bad
# Browsers
# firefox-devedition
2024-11-01 12:04:24 -04:00
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
postman
2024-11-01 12:04:24 -04:00
]