Files
Foundry/home/misterio/features/desktop/wireless/wpa-gui.nix
T
Gabriel Fontes 7885b414a4 format with alejandra
okay i'm not a big fan of nixfmt in the end
2024-04-07 14:21:47 -03:00

4 lines
62 B
Nix

{pkgs, ...}: {
home.packages = [pkgs.wpa_supplicant_gui];
}