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