added filebot and rar

This commit is contained in:
Richie Cahill 2024-06-24 12:23:55 -04:00
parent f22619c574
commit 9aa366f689
5 changed files with 9 additions and 1 deletions

View File

@ -51,6 +51,7 @@
"fastforwardteam", "fastforwardteam",
"FASTFOX", "FASTFOX",
"fenix", "fenix",
"filebot",
"filebrowser", "filebrowser",
"fileroller", "fileroller",
"Filesystems", "Filesystems",

View File

@ -5,6 +5,7 @@
../../users/richie/global/syncthing_base.nix ../../users/richie/global/syncthing_base.nix
../../users/richie/global/zerotier.nix ../../users/richie/global/zerotier.nix
./docker ./docker
./programs.nix
]; ];
networking = { networking = {

View File

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ filebot ];
}

View File

@ -56,5 +56,6 @@
"explorer.confirmPasteNative": false, "explorer.confirmPasteNative": false,
"github.copilot.enable": { "github.copilot.enable": {
"*": false "*": false
} },
"terminal.integrated.scrollback": 10000
} }

View File

@ -9,6 +9,7 @@
gnupg gnupg
ncdu ncdu
neofetch neofetch
rar
ripgrep ripgrep
sops sops
starship starship