Skip to content

Commit

Permalink
darwin: provide fish shell
Browse files Browse the repository at this point in the history
  • Loading branch information
elohmeier committed Nov 9, 2024
1 parent 5c07c1e commit 000b634
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions modules/darwin/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ in

services.nix-daemon.enable = true;

programs.fish.enable = true;

environment.shells = [ pkgs.fish ];

nix = {
package = pkgs.nixVersions.nix_2_24;

Expand Down

0 comments on commit 000b634

Please sign in to comment.