Skip to content

Commit

Permalink
nix: add wifi util clis
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Oct 7, 2023
1 parent e76ab7c commit 95e73ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions nix/configurations/hardware.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
enable = true;
driSupport32Bit = true;
extraPackages = with pkgs; [
intel-compute-runtime
intel-media-driver
libvdpau-va-gl
vaapiIntel
Expand Down
4 changes: 4 additions & 0 deletions nix/home-manager/programs/cli.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

{
home.packages = with pkgs; [
aircrack-ng
hashcat
# hashcat-utils
hcxtools
stable.awscli
stable.appimage-run
aspell
Expand Down

0 comments on commit 95e73ce

Please sign in to comment.