sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
T14sAMDGen1: note on fwupd
[julm/julm-nix.git]
/
home-manager
/
profiles
/
wireless.nix
1
{ pkgs, ... }:
2
{
3
home.packages = [
4
pkgs.aircrack-ng
5
pkgs.iw
6
pkgs.wavemon
7
pkgs.wifite2
8
];
9
}