From 7e9a0ebc234b14ddf8bd0134a2e42df33fa08dfb Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Fri, 24 May 2024 19:01:03 +0200 Subject: [PATCH] Found the place in my config which prevents Plasma from booting --- pkgs/zsh.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkgs/zsh.nix b/pkgs/zsh.nix index f4e94d9..9623297 100644 --- a/pkgs/zsh.nix +++ b/pkgs/zsh.nix @@ -28,7 +28,5 @@ custom = "/home/horseman/nix-config/pkgs/zsh/"; theme = "jonathan"; }; - - shellInit = "if [[ $(tty) == \"/dev/tty\"* ]]; then; bash; fi"; }; }