blob: 47dca848be8b468efa6c65d6fa9134cfabe312e8 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
wpa_supplicant_gui
];
}