Merge branch 'main' of github.com:blahai/nyx

silly
This commit is contained in:
blahai 2024-09-03 16:28:27 +03:00
commit c6a89dfe35
Signed by: blahai
SSH key fingerprint: SHA256:ZfCryi+V64yG+vC1ZIIsqgvBCmA31tTi7RJ6M8CvpRc

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;
}