changed xbacklight to brightnessctl

This commit is contained in:
Moritz Böhme 2021-09-10 09:16:00 +00:00
parent bf2e209641
commit 20d49dea9f
2 changed files with 6 additions and 2 deletions

View file

@ -63,6 +63,10 @@
interfaces.wlp1s0.useDHCP = true;
};
environment.systemPackages = with pkgs; [
brightnessctl
];
# Powersaving
services.tlp.enable = true;