Skip to content

Commit

Permalink
Enable zsh on nixos by default
Browse files Browse the repository at this point in the history
  • Loading branch information
LukeChannings committed Jan 20, 2025
1 parent af9a7e1 commit f7929a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/zsh/nixos.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
programs.zsh.enable = true;
}

0 comments on commit f7929a8

Please # to comment.