This commit is contained in:
blahai 2024-09-02 23:18:22 +03:00
parent 0a50b61903
commit 08ecaf415f
No known key found for this signature in database

View file

@ -0,0 +1,18 @@
{ config, lib, pkgs, ... }:
{
programs.fish = {
enable = true;
};
programs.starship = {
enable = true;
enableFishIntegration = true;
};
programs.zoxide.enable = true;
services.atuin.enable = true;
}