14 lines
196 B
Nix
14 lines
196 B
Nix
{pkgs, ...}: {
|
|
home.packages = with pkgs; [
|
|
imv
|
|
qbittorrent
|
|
libreoffice-fresh
|
|
vesktop
|
|
element-desktop
|
|
ffmpegthumbnailer
|
|
thunderbird
|
|
protonvpn-cli_2
|
|
bc
|
|
];
|
|
}
|