fix(home-manager): correct ellipsis configuration
Replaces incorrect `gui.kbd.ellipsis.enable` with `gui.kbd.ellipsis`. This aligns with the correct configuration syntax for enabling the ellipsis feature.
This commit is contained in:
parent
7e9612daba
commit
87771bb544
|
@ -18,7 +18,7 @@
|
|||
tools = {
|
||||
git.enable = true;
|
||||
};
|
||||
gui.kbd.ellipsis.enable = true;
|
||||
gui.kbd.ellipsis = true;
|
||||
};
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
Loading…
Reference in a new issue