Adds packages for debugging, and ffmpeg.
This commit is contained in:
parent
f3f1509751
commit
ca618032b9
|
@ -22,6 +22,10 @@
|
||||||
displayManager.autoLogin.user = "appuser";
|
displayManager.autoLogin.user = "appuser";
|
||||||
windowManager.fluxbox.enable = true;
|
windowManager.fluxbox.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
git btop tmux ffmpeg-headless
|
||||||
|
];
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
# No need to edit users on a single-purpose system.
|
# No need to edit users on a single-purpose system.
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
./citrus.nix
|
./citrus.nix
|
||||||
"${nixpkgs}/nixos/modules/virtualisation/qemu-vm.nix"
|
"${nixpkgs}/nixos/modules/virtualisation/qemu-vm.nix"
|
||||||
./platforms/riversong.nix
|
./platforms/riversong.nix
|
||||||
|
{ nix.registry.nixpkgs.flake = inputs.nixpkgs; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
in rec {
|
in rec {
|
||||||
|
@ -52,6 +53,7 @@
|
||||||
"${nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64.nix"
|
"${nixpkgs}/nixos/modules/installer/sd-card/sd-image-aarch64.nix"
|
||||||
./platforms/melodypond.nix
|
./platforms/melodypond.nix
|
||||||
inputs.nixos-hardware.nixosModules.raspberry-pi-4
|
inputs.nixos-hardware.nixosModules.raspberry-pi-4
|
||||||
|
{ nix.registry.nixpkgs.flake = inputs.nixpkgs; }
|
||||||
];
|
];
|
||||||
in {
|
in {
|
||||||
# Colmena deploy manifest
|
# Colmena deploy manifest
|
||||||
|
|
Loading…
Reference in a new issue