Personal NixOS flake

feat(hyprpanel): remove dashboard, weather widgets in laptop conf

+2 -2
+2 -2
laptop.nix
··· 57 57 settings = { 58 58 bar.layouts = { 59 59 "0" = { 60 - left = [ "dashboard" "workspaces" ]; 60 + left = ["workspaces" ]; 61 61 middle = [ "windowtitle" ]; 62 - right = [ "systray" "network" "weather" "volume" "battery" "clock" "notifications"]; 62 + right = [ "systray" "network" "volume" "battery" "clock" "notifications"]; 63 63 }; 64 64 }; 65 65 };