From 1ebd99a8f475623c97416448830e5269d1dda29c Mon Sep 17 00:00:00 2001 From: RGBCube Date: Sat, 17 Feb 2024 19:49:24 +0300 Subject: [PATCH] Send notifications when long commands end on desktop with Starship --- modules/nushell/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/nushell/default.nix b/modules/nushell/default.nix index 7f6759e..c7cbd06 100644 --- a/modules/nushell/default.nix +++ b/modules/nushell/default.nix @@ -10,6 +10,8 @@ command_timeout = 100; scan_timeout = 20; + cmd_duration.show_notifications = ulib.isDesktop; + package.disabled = ulib.isServer; }; };