mirror of
https://github.com/nmasur/dotfiles
synced 2026-08-29 08:38:35 +00:00
fix(nix): resolve stdenv deprecation warnings and gemini-cli deprecation
This commit is contained in:
@@ -42,7 +42,7 @@ in
|
||||
};
|
||||
cmd_duration = {
|
||||
min_time = 5001;
|
||||
show_notifications = if pkgs.stdenv.isLinux then false else true;
|
||||
show_notifications = if pkgs.stdenv.hostPlatform.isLinux then false else true;
|
||||
min_time_to_notify = 30000;
|
||||
format = "[$duration]($style) ";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user