try fish still

This commit is contained in:
Daylin Morgan 2024-06-11 15:20:40 -05:00
parent 59f08c655c
commit c0b50129d5
Signed by: daylin
GPG Key ID: 950D13E9719334AD
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
{
imports = with self.nixosModules; [ git ];
programs.zsh = enabled;
programs.fish = enabled;
environment.systemPackages = with pkgs; [
tmux
unzip