This website requires JavaScript.
Explore
Help
Sign In
SeanOMik
/
nixos-dotfiles
Watch
1
Star
0
Fork
You've already forked nixos-dotfiles
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6b03795db0
nixos-dotfiles
/
modules
/
applications
/
zsh.nix
6 lines
86 B
Nix
Executable File
Raw
Blame
History
{
pkgs
,
.
.
.
}:
{
programs
.
zsh
.
enable
=
true
;
users
.
defaultUserShell
=
pkgs
.
zsh
;
}
Reference in New Issue
View Git Blame
Copy Permalink