diff --git a/config/kde/theming.nix b/config/kde/theming.nix index 0d1fd874..a5c22bfc 100644 --- a/config/kde/theming.nix +++ b/config/kde/theming.nix @@ -25,6 +25,13 @@ "org.kde.plasma.digitalclock" ]; } + # Global menu at the top + { + location = "top"; + height = 26; + widgets = [ "org.kde.plasma.appmenu" ]; + screen = "all"; + } ]; fonts.fixedWidth = { family = "FiraCode Nerd Font Mono";