Found the place in my config which prevents Plasma from booting

This commit is contained in:
KoenDR06 2024-05-24 19:01:03 +02:00
parent c5f49adb35
commit 7e9a0ebc23

View file

@ -28,7 +28,5 @@
custom = "/home/horseman/nix-config/pkgs/zsh/"; custom = "/home/horseman/nix-config/pkgs/zsh/";
theme = "jonathan"; theme = "jonathan";
}; };
shellInit = "if [[ $(tty) == \"/dev/tty\"* ]]; then; bash; fi";
}; };
} }