nix-config/modules/handbrake.nix
2025-11-22 16:23:37 +00:00

7 lines
112 B
Nix

{
flake.modules.homeManager.gui =
{ pkgs, ... }:
{
home.packages = [ pkgs.handbrake ];
};
}