NixOS-Config/modules/home/programs/misc/general/default.nix
2024-10-09 03:36:08 -04:00

13 lines
179 B
Nix

{ pkgs, lib, config, ... }:
{
home.packages = with pkgs; [
imv
qbittorrent
libreoffice-fresh
ffmpegthumbnailer
thunderbird
protonvpn-cli_2
bc
];
}