{environment, pkgs, services, programs, ...}: { environment.systemPackages = with pkgs; [ bluetuith zathura firefox mpv imv btop mlocate # File Manager and it's preview stuff lf file poppler_utils # for pdftocairo chafa # for sixels lynx # for html imagemagick # for convert ffmpegthumbnailer # for video thumbnails atool # for archives odt2txt # for libreoffice previews xlsx2csv # for excel libwebp # for webp images djvulibre # for dejaVu mediainfo # audio file info bat # cute cat # compression/decompression tools zip unzip p7zip vesktop # wayland friendly discord client obsidian ripgrep # Run windows apps with linux winetricks wineWowPackages.staging ]; programs.nix-ld = { enable = true; libraries = with pkgs; [ # Needed for scarlett-mixer pango cairo glib gtk4 gtk3 dbus-glib gobject-introspection harfbuzz libGL libGLU alsa-lib xorg.libX11 ]; }; services.pcscd.enable = true; programs.gnupg.agent = { enable = true; enableSSHSupport = true; }; }