My NixOS configuration (mirror)

feat: added nmgui for network management w/ niri

+21
+2
home/wayland/default.nix
··· 24 24 brightnessctl 25 25 26 26 xwayland-satellite 27 + 28 + nmgui 27 29 ]; 28 30 }
+18
home/wayland/niri/default.nix
··· 223 223 } 224 224 { 225 225 matches = [ 226 + { 227 + app-id = "com.network.manager"; 228 + } 229 + { 230 + title = "^Network Manager$"; 231 + } 232 + ]; 233 + open-floating = true; 234 + default-window-height.fixed = 400; 235 + default-column-width.proportion = 0.25; 236 + default-floating-position = { 237 + x = 10; 238 + y = 10; 239 + relative-to = "top-right"; 240 + }; 241 + } 242 + { 243 + matches = [ 226 244 {is-floating = true;} 227 245 ]; 228 246 shadow.enable = true;
+1
home/wayland/waybar/default.nix
··· 55 55 format-ethernet = icons.network.ethernet; 56 56 format-wifi = "{icon} {essid}"; 57 57 format-icons = icons.network.strength; 58 + on-click = "nmgui"; 58 59 }; 59 60 60 61 bluetooth = {