Skip to content

Commit

Permalink
added some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhmancs committed Jul 7, 2024
1 parent 7debf08 commit 28b3034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/shared/networking/wireless.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
inherit (lib.meta) getExe;
in {
config = {
environment.systemPackages = pkgs.iwgtk;
environment.systemPackages = [pkgs.iwgtk];
networking.wireless =
{
enable = true;
Expand Down

0 comments on commit 28b3034

Please sign in to comment.