added filebot and rar
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
../../users/richie/global/syncthing_base.nix
|
||||
../../users/richie/global/zerotier.nix
|
||||
./docker
|
||||
./programs.nix
|
||||
];
|
||||
|
||||
networking = {
|
||||
|
4
systems/jeeves/programs.nix
Normal file
4
systems/jeeves/programs.nix
Normal file
@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ filebot ];
|
||||
}
|
Reference in New Issue
Block a user