Regenerated
This commit is contained in:
+299
-298
File diff suppressed because it is too large
Load Diff
+3
-2
@@ -2726,8 +2726,7 @@ These are config files for waybar
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
"tooltip-format-wifi": "{essid} ({signalStrength}%)",
|
||||
"tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}",
|
||||
"on-click": "impala",
|
||||
"on-click-right": "nm-connection-editor",
|
||||
"on-click": "nm-connection-editor"
|
||||
},
|
||||
|
||||
"custom/bluetooth": {
|
||||
@@ -2798,6 +2797,7 @@ These are config files for waybar
|
||||
* {
|
||||
font-family:
|
||||
Aporetic Sans Mono,
|
||||
FiraCode Nerd Font,
|
||||
Iosevka Nerd Font,
|
||||
Roboto,
|
||||
Helvetica,
|
||||
@@ -3367,6 +3367,7 @@ This sets the networking.
|
||||
environment.systemPackages = [
|
||||
pkgs.networkmanager
|
||||
pkgs.linux-firmware
|
||||
pkgs.networkmanagerapplet
|
||||
];
|
||||
}
|
||||
#+END_SRC
|
||||
|
||||
@@ -83,8 +83,7 @@
|
||||
"format-disconnected": "Disconnected ⚠",
|
||||
"tooltip-format-wifi": "{essid} ({signalStrength}%)",
|
||||
"tooltip-format-ethernet": "{ifname}: {ipaddr}/{cidr}",
|
||||
"on-click": "impala",
|
||||
"on-click-right": "nm-connection-editor",
|
||||
"on-click": "nm-connection-editor"
|
||||
},
|
||||
|
||||
"custom/bluetooth": {
|
||||
@@ -151,6 +150,7 @@
|
||||
* {
|
||||
font-family:
|
||||
Aporetic Sans Mono,
|
||||
FiraCode Nerd Font,
|
||||
Iosevka Nerd Font,
|
||||
Roboto,
|
||||
Helvetica,
|
||||
|
||||
@@ -49,5 +49,6 @@
|
||||
environment.systemPackages = [
|
||||
pkgs.networkmanager
|
||||
pkgs.linux-firmware
|
||||
pkgs.networkmanagerapplet
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user