From cc99b79dcd6a44d69c89bab678707df77f259332 Mon Sep 17 00:00:00 2001 From: nyanloutre Date: Sun, 16 Sep 2018 17:01:18 +0200 Subject: [PATCH] [ASUS] RIP serveur telnet nyancat --- systems/ASUS-G46VW/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systems/ASUS-G46VW/configuration.nix b/systems/ASUS-G46VW/configuration.nix index 3ad1e91..bec120c 100644 --- a/systems/ASUS-G46VW/configuration.nix +++ b/systems/ASUS-G46VW/configuration.nix @@ -217,7 +217,7 @@ programs.zsh.enableCompletion = true; programs.zsh.syntaxHighlighting.enable = true; programs.zsh.ohMyZsh.enable = true; - programs.zsh.ohMyZsh.plugins = [ "git" "colored-man-pages" "command-not-found" "extract" "nyan" ]; + programs.zsh.ohMyZsh.plugins = [ "git" "colored-man-pages" "command-not-found" "extract" ]; programs.zsh.ohMyZsh.theme = "bureau"; nix.gc.automatic = true;