add hrt counter to shell startup

This commit is contained in:
Schrottkatze 2024-08-01 10:27:38 +02:00
commit 6f5884a8a3
No known key found for this signature in database
2 changed files with 48 additions and 0 deletions

View file

@ -25,6 +25,8 @@
plugin use query;
plugin use polars;
plugin use formats;
nu ${../../other/scripts/desktop/shell-startup.nu};
'';
};
programs.starship.enableNushellIntegration = true;