feat: add zsh as default shell
This commit is contained in:
parent
f0a423f2f4
commit
466697be14
7 changed files with 28 additions and 6 deletions
8
users/modules/programs/zsh.nix
Normal file
8
users/modules/programs/zsh.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
enableCompletion = true;
|
||||
enableVteIntegration = true;
|
||||
# TODO: Look into whether we need to add the history attribute
|
||||
};
|
||||
}
|
|
@ -1,7 +1,6 @@
|
|||
# Default shell utilities and programs
|
||||
{
|
||||
imports = [
|
||||
./programs/bash.nix
|
||||
./programs/btop.nix
|
||||
./programs/direnv.nix
|
||||
./programs/fzf.nix
|
||||
|
@ -11,6 +10,7 @@
|
|||
./programs/tealdeer.nix
|
||||
./programs/tmux.nix
|
||||
./programs/yazi.nix
|
||||
./programs/zsh.nix
|
||||
./scripts
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue