From 7bdc3fe961cee0c195e6f9e969ed8c947faf6305 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 1 Feb 2026 13:32:56 +0530 Subject: Color configuration --- modules/calendar.home/orgmode-notifier.module.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'modules/calendar.home/orgmode-notifier.module.nix') diff --git a/modules/calendar.home/orgmode-notifier.module.nix b/modules/calendar.home/orgmode-notifier.module.nix index b33c2fe..1d6fd90 100644 --- a/modules/calendar.home/orgmode-notifier.module.nix +++ b/modules/calendar.home/orgmode-notifier.module.nix @@ -8,7 +8,10 @@ let Type = "oneshot"; ExecStart = "${config.xdg.configHome}/nvim/orgmode_notifier.sh"; WorkingDirectory = config.home.homeDirectory; - Environment = "PATH=${pkgs.neovim}/bin:${pkgs.libnotify}/bin:/usr/bin:/bin"; + Environment = [ + # NOTE: Bug in orgmode-notifier (pkgs.neovim doesnt build correctly) + "PATH=${pkgs.neovim}/bin:${pkgs.libnotify}/bin:/usr/bin:/bin" + ]; }; }; -- cgit v1.3.1