forked from colonelpanic/dotfiles
[NixOS] Configure zsh in NixOS configuration
This commit is contained in:
parent
d3df4902dc
commit
08774bd180
@ -40,8 +40,6 @@
|
|||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.zsh.enable = true;
|
|
||||||
|
|
||||||
services.avahi = {
|
services.avahi = {
|
||||||
enable = true;
|
enable = true;
|
||||||
nssmdns = true;
|
nssmdns = true;
|
||||||
@ -73,6 +71,19 @@
|
|||||||
# TODO: Add a comment explaining what this does.
|
# TODO: Add a comment explaining what this does.
|
||||||
services.gnome.at-spi2-core.enable = true;
|
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.openssh.enable = true;
|
||||||
|
|
||||||
services.autorandr.enable = true;
|
services.autorandr.enable = true;
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 8d94749561763f58b8bdc3bc354d1803b1a31d31
|
Subproject commit fe2bcc776a68b5d831c67cc78c6398729f8dca35
|
Loading…
Reference in New Issue
Block a user