Extract wireless setup fvrom connman.nix to iwd.nix
1 file changed, 2 insertions(+), 0 deletions(-)
changed files
M system/settings/hardware/laptop.nix → system/settings/hardware/laptop.nix
@@ -4,6 +4,8 @@ { imports = [ ./bluetooth.nix ./bluetooth-audio.nix + ./connman.nix + ./iwd.nix ../user-interface.nix ];