hardware/form: move brightnessctl into laptop
This commit is contained in:
parent
acab26156e
commit
35c7558507
2 changed files with 1 additions and 3 deletions
|
@ -40,7 +40,7 @@ in
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
variables.LAPTOP = "True";
|
variables.LAPTOP = "True";
|
||||||
systemPackages = with pkgs; [ acpi ];
|
systemPackages = with pkgs; [ acpi brightnessctl ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -48,8 +48,6 @@ in
|
||||||
(ifGraphical [
|
(ifGraphical [
|
||||||
speedcrunch
|
speedcrunch
|
||||||
|
|
||||||
brightnessctl
|
|
||||||
|
|
||||||
mpv
|
mpv
|
||||||
|
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue