.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
5 lines
74 B
Nix
5 lines
74 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [ filebot ];
|
|
}
|