4
hosts/common/system/configs/wget/default.nix
Normal file
4
hosts/common/system/configs/wget/default.nix
Normal file
@@ -0,0 +1,4 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [ wget ];
|
||||
}
|
Reference in New Issue
Block a user