52 lines
898 B
Nix
52 lines
898 B
Nix
{ pkgs, ... }:
|
|
{
|
|
home.packages = with pkgs; [
|
|
# android-studio
|
|
ayugram-desktop
|
|
audacity
|
|
calibre
|
|
firefox
|
|
feh
|
|
helvum
|
|
hunspellDicts.en-us
|
|
hunspellDicts.ru-ru
|
|
motrix
|
|
mpv
|
|
ungoogled-chromium
|
|
keepassxc
|
|
libreoffice-qt6-fresh
|
|
mpd-discord-rpc
|
|
obsidian
|
|
obs-studio
|
|
onlyoffice-desktopeditors
|
|
pavucontrol
|
|
remmina
|
|
rpcs3
|
|
# teamspeak3
|
|
thunderbird
|
|
prismlauncher
|
|
kdePackages.dolphin
|
|
kdePackages.kcalc
|
|
kdePackages.kio # needed since 25.11
|
|
kdePackages.kio-gdrive
|
|
kdePackages.kio-fuse #to mount remote filesystems via FUSE
|
|
kdePackages.kio-extras #extra protocols support (sftp, fish and more)
|
|
krita
|
|
nextcloud-client
|
|
nicotine-plus
|
|
qbittorrent
|
|
qsstv
|
|
vesktop
|
|
# vscode-fhs
|
|
vlc
|
|
vial
|
|
# vscodium
|
|
bottles
|
|
wl-kbptr
|
|
brave
|
|
heroic
|
|
xxd
|
|
zoom-us
|
|
];
|
|
}
|