Skip to content

Commit

Permalink
base: add zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Mar 22, 2024
1 parent 9e7c4b8 commit 054343c
Show file tree
Hide file tree
Showing 3 changed files with 3,758 additions and 1 deletion.
2 changes: 1 addition & 1 deletion modules/defaults/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
./base
./misc.nix
./nginx.nix
./zsh.nix
./zsh
];
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ pkgs, ... }: {
programs.zsh = {
enable = true;
interactiveShellInit = builtins.readFile ./zshrc;
};

users.defaultUserShell = pkgs.zsh;
Expand Down
Loading

0 comments on commit 054343c

Please sign in to comment.