Migrate to snowfall lib
This commit is contained in:
6
modules/nixos/tools/debug/default.nix
Normal file
6
modules/nixos/tools/debug/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }: {
|
||||
programs.adb.enable = true;
|
||||
programs.wireshark.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ wget dconf ];
|
||||
}
|
Reference in New Issue
Block a user