Add waypipe

This commit is contained in:
2026-03-27 11:35:53 +01:00
parent 9aaba131e1
commit 7c3bdd22a7
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
waypipe
];
}