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