Use same zsh theme everywhere, it's the best one anyway
This commit is contained in:
parent
76e6ca1291
commit
a7b91014c8
|
@ -39,7 +39,6 @@
|
||||||
|
|
||||||
# Rebuild this entire system
|
# Rebuild this entire system
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
oh-my-zsh.theme = "agnoster"; # risto for VM, half-life for Server
|
|
||||||
shellAliases = let
|
shellAliases = let
|
||||||
auth = import ./common/auth.nix;
|
auth = import ./common/auth.nix;
|
||||||
in {
|
in {
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
|
|
||||||
# Rebuild this entire system
|
# Rebuild this entire system
|
||||||
programs.zsh = {
|
programs.zsh = {
|
||||||
oh-my-zsh.theme = "half-life";
|
|
||||||
shellAliases = let
|
shellAliases = let
|
||||||
auth = import ./common/auth.nix;
|
auth = import ./common/auth.nix;
|
||||||
in {
|
in {
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
theme = "agnoster";
|
||||||
plugins = ["git"];
|
plugins = ["git"];
|
||||||
};
|
};
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
|
|
@ -76,6 +76,6 @@
|
||||||
|
|
||||||
# Allow Nginx to read and write to paths
|
# Allow Nginx to read and write to paths
|
||||||
systemd.services.nginx.serviceConfig = {
|
systemd.services.nginx.serviceConfig = {
|
||||||
ReadWritePaths = [ "/var/www/jimweb/streams/hls/" ];
|
ReadWritePaths = [ ./websites/Jimbo-Landing-Page ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue