Move streamcontroller out of common programs to nixy specific.

This commit is contained in:
jay
2025-07-09 07:53:18 -04:00
parent 342710ef9c
commit e1339cb457

View File

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