30 lines
602 B
Nix
30 lines
602 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
|
|
] |