From b7926c58ca1709bf990ce979b560e63ace167f7c Mon Sep 17 00:00:00 2001 From: EsVagy42 Date: Mon, 9 Jun 2025 18:08:28 +0200 Subject: [PATCH] Set holidays for calendar --- commit_text | 2 +- plasma-configuration.nix | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/commit_text b/commit_text index acee37e..a051f51 100644 --- a/commit_text +++ b/commit_text @@ -1 +1 @@ -Set pim calendar +Set holidays for calendar diff --git a/plasma-configuration.nix b/plasma-configuration.nix index 1402800..639f884 100644 --- a/plasma-configuration.nix +++ b/plasma-configuration.nix @@ -1636,6 +1636,7 @@ "spectaclerc"."VideoSave"."preferredVideoFormat" = 2; "spectaclerc"."VideoSave"."translatedScreencastsFolder" = "Screencasts"; "plasmashellrc"."PIMEventsPlugin"."calendars" = 265; # set the calendar used for the clock/calendar widget in the top panel + "plasma_calendar_holiday_regions"."General"."selectedRegions" = "hu_hu"; # set holidays for the widget }; }; }