nix-config/modules2/handbrake.nix

8 lines
112 B
Nix
Raw Normal View History

2025-07-27 23:50:26 +01:00
{
flake.modules.homeManager.gui =
{ pkgs, ... }:
{
home.packages = [ pkgs.handbrake ];
};
}