Adds packages for debugging, and ffmpeg.

This commit is contained in:
Bailey Stevens 2023-09-21 08:38:31 -04:00
parent f3f1509751
commit ca618032b9
2 changed files with 6 additions and 0 deletions

View file

@ -22,6 +22,10 @@
displayManager.autoLogin.user = "appuser";
windowManager.fluxbox.enable = true;
};
environment.systemPackages = with pkgs; [
git btop tmux ffmpeg-headless
];
users = {
# No need to edit users on a single-purpose system.

View file

@ -26,6 +26,7 @@
./citrus.nix
"${nixpkgs}/nixos/modules/virtualisation/qemu-vm.nix"
./platforms/riversong.nix
{ nix.registry.nixpkgs.flake = inputs.nixpkgs; }
];
};
in rec {
@ -52,6 +53,7 @@
"${nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64.nix"
./platforms/melodypond.nix
inputs.nixos-hardware.nixosModules.raspberry-pi-4
{ nix.registry.nixpkgs.flake = inputs.nixpkgs; }
];
in {
# Colmena deploy manifest