mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
system: Add rfkill to '%base-packages'.
* gnu/system.scm (%base-packages): Add RFKILL.
This commit is contained in:
parent
649e9b3b47
commit
16cc99610d
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ (define %base-packages
|
|||
|
||||
;; wireless-tools is deprecated in favor of iw, but it's still what
|
||||
;; many people are familiar with, so keep it around.
|
||||
iw wireless-tools
|
||||
iw wireless-tools rfkill
|
||||
|
||||
iproute
|
||||
net-tools ; XXX: remove when Inetutils suffices
|
||||
|
|
Loading…
Reference in a new issue