added filebot and rar
This commit is contained in:
parent
f22619c574
commit
9aa366f689
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -51,6 +51,7 @@
|
||||
"fastforwardteam",
|
||||
"FASTFOX",
|
||||
"fenix",
|
||||
"filebot",
|
||||
"filebrowser",
|
||||
"fileroller",
|
||||
"Filesystems",
|
||||
|
@ -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 ];
|
||||
}
|
@ -56,5 +56,6 @@
|
||||
"explorer.confirmPasteNative": false,
|
||||
"github.copilot.enable": {
|
||||
"*": false
|
||||
}
|
||||
},
|
||||
"terminal.integrated.scrollback": 10000
|
||||
}
|
||||
|
@ -9,6 +9,7 @@
|
||||
gnupg
|
||||
ncdu
|
||||
neofetch
|
||||
rar
|
||||
ripgrep
|
||||
sops
|
||||
starship
|
||||
|
Loading…
x
Reference in New Issue
Block a user