pełna konfiguracja noctalia i czystka waybar, swaync, wlogout i skryptów
This commit is contained in:
10
modules/home/noctalia/settings/network.nix
Normal file
10
modules/home/noctalia/settings/network.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{lib, ...}: {
|
||||
programs.noctalia-shell.settings.network = lib.mkForce {
|
||||
wifiEnabled = true;
|
||||
bluetoothRssiPollingEnabled = true;
|
||||
bluetoothRssiPollIntervalMs = 10000;
|
||||
wifiDetailsViewMode = "grid";
|
||||
bluetoothDetailsViewMode = "grid";
|
||||
bluetoothHideUnnamedDevices = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user