mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Switch shell to zsh
This commit is contained in:
parent
a96014bee2
commit
c98192eb68
8 changed files with 1795 additions and 63 deletions
|
|
@ -11,11 +11,7 @@
|
|||
myConfig = {
|
||||
de.hyprland.enable = osConfig.myConfig.de.hyprland.enable;
|
||||
|
||||
shell = {
|
||||
bash.enable = true;
|
||||
starship.enable = true;
|
||||
enhancement.enable = true;
|
||||
};
|
||||
shell.enable = true;
|
||||
|
||||
ssh-client.enable = true;
|
||||
git.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue