diff --git a/configuration/laptop/configuration.nix b/configuration/laptop/configuration.nix index 80fee2d..f3be997 100644 --- a/configuration/laptop/configuration.nix +++ b/configuration/laptop/configuration.nix @@ -32,14 +32,7 @@ networking = { proxy.noProxy = "127.0.0.1,localhost,internal.domain"; - networkmanager.enable = false; - wireless = { - enable = true; - networks = { - aaa = {psk = "laserjet6plas";}; - "Mi Phone" = {psk = "simoneKYS";}; - }; - }; + networkmanager.enable = true; firewall.enable = true; }; diff --git a/home/laptop/hyprland.nix b/home/laptop/hyprland.nix index 67bea88..95b34fe 100644 --- a/home/laptop/hyprland.nix +++ b/home/laptop/hyprland.nix @@ -59,6 +59,7 @@ "bluetooth" "clock" "systray" + "network" "battery" "notifications" ];