This commit is contained in:
@ -1,6 +1,9 @@
|
||||
{ pkgs, config, ... }: {
|
||||
programs.adb.enable = true;
|
||||
programs.wireshark.enable = true;
|
||||
{ pkgs, config, lib, ... }: {
|
||||
|
||||
environment.systemPackages = with pkgs; [ wget dconf wireshark ];
|
||||
config = lib.mkIf (config.syscfg.make.develop) {
|
||||
programs.adb.enable = true;
|
||||
programs.wireshark.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ wget dconf wireshark ];
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user