home: Correct fuzzel prompt spacing
This commit is contained in:
parent
66c9995964
commit
f0cd69c1a5
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ in lib.mkIf (osConfig.hardware.graphics.enable or false) {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
prompt = "❯ ";
|
prompt = "❯ ";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue