Files
2026-04-13 23:01:26 +03:00

44 lines
766 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
ayugram-desktop
audacity
calibre
firefox
feh
crosspipe
hunspellDicts.en-us
hunspellDicts.ru-ru
motrix
mpv
ungoogled-chromium
keepassxc
libreoffice-qt6-fresh
obsidian
obs-studio
pavucontrol
remmina
rpcs3
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
vesktop
vlc
vial
vscodium
wl-kbptr
heroic
xxd
zoom-us
];
}