home: Correct fuzzel prompt spacing

This commit is contained in:
Mikael 2024-08-27 15:50:08 +02:00
parent 66c9995964
commit f0cd69c1a5
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -45,7 +45,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
enable = true; enable = true;
settings = { settings = {
main = { main = {
prompt = " "; prompt = "";
}; };
}; };
}; };