This commit is contained in:
parent
4271993f2f
commit
aac84ce5b5
5 changed files with 7 additions and 30 deletions
7
modules2/handbrake.nix
Normal file
7
modules2/handbrake.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
flake.modules.homeManager.gui =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.handbrake ];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue