working rust package override

plus flake update :P
This commit is contained in:
2025-10-22 19:45:10 -04:00
parent 5a59f98ebc
commit ecf728bc11
5 changed files with 87 additions and 22 deletions

View File

@@ -1,6 +1,7 @@
{...}: {
{ pkgs, ...}: {
programs.atuin = {
enable = true;
enableFishIntegration = true;
package = pkgs.atuinLatest;
};
}