This website requires JavaScript.
Explore
Help
Sign In
jmug
/
nixos
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6b859efb7e35901e07d0ef48360609bf4069b677
nixos
/
home-modules
/
zsh.nix
T
8 lines
104 B
Nix
Raw
Normal View
History
Unescape
Escape
Dump nixos config after scrubing
2025-05-03 23:42:03 -07:00
{
...
}:
{
programs
.
zsh
=
{
enable
=
true
;
autocd
=
true
;
defaultKeymap
=
"emacs"
;
};
}
Reference in New Issue
Copy Permalink