Initial commit
This commit is contained in:
commit
69d741b98b
29 changed files with 718 additions and 0 deletions
16
homeManagerModules/zsh.nix
Normal file
16
homeManagerModules/zsh.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ ... }: {
|
||||
#todo config
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
completionInit.enable = true;
|
||||
syntaxHighlighting.enable = true;
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
"systemd"
|
||||
"bun"
|
||||
"common-aliases"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue