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",
|
"fastforwardteam",
|
||||||
"FASTFOX",
|
"FASTFOX",
|
||||||
"fenix",
|
"fenix",
|
||||||
|
"filebot",
|
||||||
"filebrowser",
|
"filebrowser",
|
||||||
"fileroller",
|
"fileroller",
|
||||||
"Filesystems",
|
"Filesystems",
|
||||||
|
@ -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 = {
|
||||||
|
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,
|
"explorer.confirmPasteNative": false,
|
||||||
"github.copilot.enable": {
|
"github.copilot.enable": {
|
||||||
"*": false
|
"*": false
|
||||||
}
|
},
|
||||||
|
"terminal.integrated.scrollback": 10000
|
||||||
}
|
}
|
||||||
|
@ -9,6 +9,7 @@
|
|||||||
gnupg
|
gnupg
|
||||||
ncdu
|
ncdu
|
||||||
neofetch
|
neofetch
|
||||||
|
rar
|
||||||
ripgrep
|
ripgrep
|
||||||
sops
|
sops
|
||||||
starship
|
starship
|
||||||
|
Loading…
x
Reference in New Issue
Block a user