Compare commits

...

2 commits

Author SHA1 Message Date
Daniel Siepmann 9f1192279a
Set low battery to 30%
As it is recommended to run batteries between 30 and 80 %.
2024-03-26 09:59:07 +01:00
Daniel Siepmann efb84158f3
Fix broken treesitter integration for c files
See 9dc4230 commit, but now also for c files as I play around with c
again.
2024-03-26 09:59:07 +01:00
2 changed files with 2 additions and 1 deletions

View file

@ -324,6 +324,7 @@ in {
rst
scss
css
c
sql
typescript
vim

View file

@ -7,7 +7,7 @@
};
Service = {
ExecStart = "${pkgs.cbatticon}/bin/cbatticon -u 30";
ExecStart = "${pkgs.cbatticon}/bin/cbatticon -l 30 -u 30";
};
Install = {