all repos — nixfiles @ 15e6d3bfa4643fea6521f55563d349558e33dca9

System and user configuration, managed by nix and home-manager

Extract wireless setup fvrom connman.nix to iwd.nix

Alan Pearce
commit

15e6d3bfa4643fea6521f55563d349558e33dca9

parent

ba2a03380a69a7af1e5dae763d9003b0ee5b1a52

1 file changed, 2 insertions(+), 0 deletions(-)

changed files
M system/settings/hardware/laptop.nixsystem/settings/hardware/laptop.nix
@@ -4,6 +4,8 @@ {
imports = [ ./bluetooth.nix ./bluetooth-audio.nix + ./connman.nix + ./iwd.nix ../user-interface.nix ];