nixos-config/modules/home/programs/misc/general/default.nix
2025-04-29 15:40:10 -04:00

8 lines
148 B
Nix

{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; lib.mkIf config.home.desktop.enable [
libreoffice
qbittorrent
vesktop
];
}