nix-config/modules2/handbrake.nix
Oliver Davies aac84ce5b5
All checks were successful
/ check (push) Successful in 1m43s
Move handbrake configuration
2025-07-27 23:50:59 +01:00

7 lines
112 B
Nix

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