nix-dotfiles/systems/jeeves/programs.nix

5 lines
74 B
Nix
Raw Normal View History

2024-06-24 12:23:55 -04:00
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ filebot ];
}