Improvements for rainbowdash

This commit is contained in:
Artemis Tosini 2021-01-07 00:31:43 +00:00
parent 574fc1dfae
commit 4bbf74adc3
Signed by: artemist
GPG key ID: ADFFE553DCBB831E
2 changed files with 3 additions and 1 deletions

View file

@ -1,6 +1,7 @@
{ ... }:
{ pkgs, ... }:
{
networking.wireless.iwd.enable = true;
services.udev.packages = [ pkgs.crda ];
environment.etc."iwd/main.conf".text = ''
[General]
AddressRandomization=network

View file

@ -11,6 +11,7 @@
../../sets/hacking.nix
../../sets/laptop.nix
../../sets/neovim
../../sets/pipewire.nix
../../sets/sway.nix
];