Skip to content

Commit

Permalink
Change shell for mar from zsh to fish
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoruto committed Nov 13, 2024
1 parent 5334c8a commit 5724c50
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions homes/mar/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
../../modules/home-manager/home.nix
];

shell.main = "zsh";
nushell.enable = true;
shell.main = "fish";
fish.enable = true;
nushell.enable = true;
zsh.enable = true;
}

0 comments on commit 5724c50

Please sign in to comment.