This website works better with JavaScript
Home
Explore
Help
Sign In
control
/
home
Watch
1
Star
0
Fork
0
Files
Tree:
bfec9d9f4b
Branches
Tags
master
home
/
users
/
thomas
/
cli
/
zsh.nix
zsh.nix
94 B
History
Raw
1
2
3
4
5
6
{
programs.zsh = {
enable = true;
shellAliases = import ./shell-aliases.nix;
};
}