This website requires JavaScript.
Explore
Help
Register
Sign In
noah.knegt
/
setup-machines
Watch
1
Star
1
Fork
0
You've already forked setup-machines
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f7e6844a5b3abcc84bb0a83a546d14841b234d2b
setup-machines
/
home-manager
/
zsh
/
zsh.nix
9 lines
105 B
Nix
Raw
Normal View
History
Unescape
Escape
Add basic ZSH config
2025-02-27 17:39:57 +01:00
{
pkgs
,
inputs
,
.
.
.
}:
{
programs
.
zsh
=
{
enable
=
true
;
Add antidote config
2025-02-27 18:42:07 +01:00
autosuggestion
.
enable
=
true
;
Add basic ZSH config
2025-02-27 17:39:57 +01:00
}
;
}
Reference in New Issue
Copy Permalink