| Commit message (Collapse) | Author | 
 | 
 | 
 | 
 | 
 | 
Without this the following code would be completely minimized:
```
{...}:{
  services.lua_language={
    enable=true;
  };
}
```
→
```
{...}:{
services.lua_language={
enable=true;
};
}
```.
Now it should only strip the whitespace at the end of the lines.
 | 
 | 
This would otherwise unmap the mapping of n to "g<up>", thus making
upwards movement impossible.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
NixNeovim was forked from this, but never really took of. So I'm
switching to nixVim, as I hope for better results.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
The battery poll interval needs to be greater or equal to 250ms for yambar to work.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
The laptop backlight, which is in most cases weaker, will further
reduce the effect, thus it is paramount, that the amount coming from
gammastep is reduced to account for that.
 | 
 | 
 | 
 | 
 | 
 | 
 | 
 | 
On `systemctl suspend-than-hibernate` wait 5m in suspend, than hibernate
 |