Added iwd
This commit is contained in:
parent
e1df719f9f
commit
a491c32b7c
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,7 @@
|
|||
configDir = "/etc/nixos-config";
|
||||
user = "root";
|
||||
};
|
||||
networking.wireless.iwd.enable = true;
|
||||
|
||||
boot = {
|
||||
#kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
|
||||
|
|
@ -114,6 +115,7 @@
|
|||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
libreoffice
|
||||
fzf
|
||||
killall
|
||||
eza
|
||||
fd
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue