sourcephile
/
git
/
julm
/
julm-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
networking: default to TCP BBR
[julm/julm-nix.git]
/
nixos
/
profiles
/
networking
/
wifi.nix
1
{ pkgs, ... }:
2
{
3
environment.systemPackages = [
4
pkgs.iw
5
pkgs.kismet
6
pkgs.wavemon
7
];
8
}