feat(zsh): add zsh as default user shell
This commit is contained in:
parent
8b69346b1f
commit
3478304fb8
4 changed files with 30 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
imports = [
|
||||
./programs/git.nix
|
||||
./programs/hyprland.nix
|
||||
./programs/zsh.nix
|
||||
];
|
||||
|
||||
home.stateVersion = "24.11";
|
||||
|
@ -27,6 +28,7 @@
|
|||
git commit -a
|
||||
'')
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue