[NixOS] Configure zsh in NixOS configuration

This commit is contained in:
Ivan Malison 2021-07-24 20:24:58 -06:00
parent d3df4902dc
commit 08774bd180
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 14 additions and 3 deletions

View File

@ -40,8 +40,6 @@
'';
};
programs.zsh.enable = true;
services.avahi = {
enable = true;
nssmdns = true;
@ -73,6 +71,19 @@
# TODO: Add a comment explaining what this does.
services.gnome.at-spi2-core.enable = true;
# Shell configuration
programs.zsh = {
enable = true;
syntaxHighlighting = {
enable = true;
};
ohMyZsh = {
enable = true;
plugins = [ "git" "sudo" "pip" ];
};
spaceship-prompt.enable = true;
};
services.openssh.enable = true;
services.autorandr.enable = true;

@ -1 +1 @@
Subproject commit 8d94749561763f58b8bdc3bc354d1803b1a31d31
Subproject commit fe2bcc776a68b5d831c67cc78c6398729f8dca35