add package module handbrake
This commit is contained in:
parent
76baf4ac0e
commit
e898c97778
2 changed files with 8 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
../../modules/nixos/locale.nix
|
||||
../../modules/package/authenticator.nix
|
||||
../../modules/package/cubiomes-viewer.nix
|
||||
../../modules/package/handbrake.nix
|
||||
../../modules/package/killall.nix
|
||||
../../modules/package/mongodb-compass.nix
|
||||
../../modules/package/nautilus.nix
|
||||
|
|
7
modules/package/handbrake.nix
Normal file
7
modules/package/handbrake.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
handbrake
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue