Re-format with nixpkgs-fmt
1 file changed, 4 insertions(+), 5 deletions(-)
changed files
M system/settings/hardware/iwd.nix → system/settings/hardware/iwd.nix
@@ -1,12 +1,11 @@ -{ - config, - pkgs, - ... +{ config +, pkgs +, ... }: { networking.wireless.iwd = { enable = true; }; - users.users.alan.extraGroups = ["network"]; + users.users.alan.extraGroups = [ "network" ]; services.connman.wifi.backend = "iwd"; }