tangled
alpha
login
or
join now
matthew-hre.com
/
flake
0
fork
atom
My NixOS configuration (mirror)
0
fork
atom
overview
issues
pulls
pipelines
feat: added nmgui for network management w/ niri
matthew-hre.com
6 months ago
ce607d80
b81a6aee
+21
3 changed files
expand all
collapse all
unified
split
home
wayland
default.nix
niri
default.nix
waybar
default.nix
+2
home/wayland/default.nix
···
24
24
brightnessctl
25
25
26
26
xwayland-satellite
27
27
+
28
28
+
nmgui
27
29
];
28
30
}
+18
home/wayland/niri/default.nix
···
223
223
}
224
224
{
225
225
matches = [
226
226
+
{
227
227
+
app-id = "com.network.manager";
228
228
+
}
229
229
+
{
230
230
+
title = "^Network Manager$";
231
231
+
}
232
232
+
];
233
233
+
open-floating = true;
234
234
+
default-window-height.fixed = 400;
235
235
+
default-column-width.proportion = 0.25;
236
236
+
default-floating-position = {
237
237
+
x = 10;
238
238
+
y = 10;
239
239
+
relative-to = "top-right";
240
240
+
};
241
241
+
}
242
242
+
{
243
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
58
+
on-click = "nmgui";
58
59
};
59
60
60
61
bluetooth = {