Skip to content

Commit

Permalink
darwin: add zsh integration by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Mic92 committed Jun 27, 2024
1 parent 19dfb05 commit 14bf076
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions darwin/common/default.nix
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
{

{ lib, ... }: {
imports = [
./flake.nix
./nix.nix
./openssh.nix
];

# It's the default login shell, and if not enabled, a lot of important configuration is not applied correctly
# Overhead is minimal, since it's just generated zsh configuration that gets added.
programs.zsh.enable = lib.mkDefault true;
}

0 comments on commit 14bf076

Please sign in to comment.