dotfiles/pkgs/desktop-packages.nix
2025-10-23 14:50:26 -05:00

182 lines
3.1 KiB
Nix

{ pkgs, lib, config, inputs, ... }:
{
environment.systemPackages = with pkgs; [
pinentry
pinentry-qt
caffeine-ng
hunspell
hunspellDicts.en_US-large
transmission_4
openssh
openssl
cyrus-sasl-xoauth2
inputs.octotype.packages.${pkgs.system}.octotype
# kdePackages.ark
harper
mumble
niri
bluetui
impala
# pantalaimon
ifuse
dash
luanti
kdePackages.breeze
kdePackages.dolphin
geticons
pdfmixtool
localsend
harper
xdg-utils
kdePackages.kio-fuse
kdePackages.kio-extras
kdePackages.qtsvg
kdePackages.qtwayland
kdePackages.ffmpegthumbs
kdePackages.kdegraphics-thumbnailers
kdePackages.kdesdk-thumbnailers
# xfce.thunar
# xfce.tumbler
# xfce.thunar-media-tags-plugin
# xfce.thunar-archive-plugin
# xfce.xfconf
zathura
kdePackages.okular
just
scribus
# guix
# freecad
# picard
brightnessctl
mpc-cli
dunst
dvdbackup
bottom
ungoogled-chromium
qutebrowser
brave
ttyper
audacity
kdePackages.kwallet-pam
# nyxt
sbcl
openjdk
qmk
aria2
sassc
# pantalaimon
kdePackages.kwallet
libimobiledevice
imv
feh
tagutil
# python310Packages.mutagen
python310Packages.audiotools
(mpv.override {
scripts = with pkgs.mpvScripts; [ mpris quality-menu sponsorblock thumbfast videoclip modernx ];
})
ani-cli
# mov-cli
nerd-fonts.victor-mono
# kdePackages.plasma-browser-integration
alacritty
libnotify
rofi
wf-recorder
waybar
tridactyl-native
# eww
scc
tokei
nixd
nixfmt
nil
wlrctl
wl-clipboard
hyprpaper
hyprlock
hypridle
aha
glxinfo
vulkan-tools
# vivaldi
# vivaldi-ffmpeg-codecs
wayland-utils
nextcloud-client
swww
grim
slurp
plocate
papirus-icon-theme
phinger-cursors
# kdePackages.kde-cli-tools
gzip
qrrs
virt-manager
virt-viewer
# kdialog
inkscape
libreoffice-fresh
# vlc
haskellPackages.greenclip
wiremix
any-nix-shell
wtype
# xdotool
# wmctrl
# xcape
# xclip
# lapce
# maim
# unclutter-xfixes
bluez-tools
networkmanager_dmenu
plasma5Packages.qt5ct
xdg-desktop-portal-cosmic
# kdePackages.xdg-desktop-portal-kde
# lxappearance
# spotdl
# rustdesk
kdePackages.kdenlive
glaxnimate
# davinci-resolve
mediainfo
libmediainfo
pqiv
discord
# digikam
rubberband
texlive.combined.scheme-full
wlroots
pamixer
playerctl
jellyfin-mpv-shim
# pfetch
macchina
gimp3
# powertop
power-profiles-daemon
scrcpy
python3
nix-index
sqlite
# fennel
kdePackages.plasma-sdk
# ardour
qpwgraph
# zam-plugins
# tap-plugins
# lsp-plugins
# ladspaPlugins
# calf
# carla
esphome
esptool
wireguard-tools
# cosmic-ext-examine
cosmic-settings
xwayland-satellite
aider-chat
wgsl-analyzer
];
}