Files
nixverse/nodes/hosts/nixy/programs/streamcontroller.nix
2025-07-09 07:53:56 -04:00

9 lines
169 B
Nix

{ pkgs, ... }: {
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = [
pkgs.streamcontroller
];
}