Skip to content

Commit

Permalink
Fix system tray item configuration example (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeitorAugustoLN authored Aug 12, 2024
1 parent f843f42 commit dff427d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/widgets/system-tray.nix
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ in
battery.showPercentage = true;

# Example of raw config for an untyped widget
"org.kde.plasma.devicenotifier".config = {
"org.kde.plasma.devicenotifier".config.General = {
removableDevices = false;
nonRemovableDevices = true;
};
Expand Down

0 comments on commit dff427d

Please sign in to comment.