Add fish and gemini

This commit is contained in:
Julien Hémono 2025-08-31 16:55:44 +02:00
parent 81cfd8eaa4
commit 4c9e0a6f9e

View file

@ -16,6 +16,9 @@
home.stateVersion = "25.05"; # Please read the comment before changing.
programs.bash.enable = true;
programs.fish = {
enable = true;
};
programs.git = {
enable = true;
@ -45,6 +48,10 @@
programs.uv.enable = true;
programs.gemini-cli = {
enable = true;
};
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = with pkgs; [