Move streamcontroller out of common programs to nixy specific.

Move streamcontroller out of common
This commit is contained in:
jay
2025-07-09 07:53:18 -04:00
parent 342710ef9c
commit 9497aacb4d
2 changed files with 0 additions and 1 deletions

View File

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