Add waypipe
This commit is contained in:
8
systems/modules/waypipe.nix
Normal file
8
systems/modules/waypipe.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
waypipe
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user