Files
.github
.vscode
docs
hydra
keys
lib
modules
systems
artemision
bob
jeeves
docker
scripts
arch_mirror.nix
configuration.nix
default.nix
hardware.nix
networking.nix
programs.nix
secrets.yaml
services.nix
snapshot_config.toml
vars.nix
jeeves-jr
palatine-hill
rhapsody-in-green
users
utils
.envrc
.gitconfig
.gitignore
.sops.yaml
CONTRIBUTING.md
README.md
checks.nix
flake.lock
flake.nix
shell.nix
sops-mergetool.sh
statix.toml
treefmt.toml
nix-dotfiles/systems/jeeves/programs.nix
2024-06-29 13:25:33 +00:00

5 lines
74 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [ filebot ];
}