Compare commits
2 commits
eae2664fd6
...
a3d350ea15
Author | SHA1 | Date | |
---|---|---|---|
Gabe Venberg | a3d350ea15 | ||
Gabe Venberg | 5feb64f09e |
|
@ -47,7 +47,10 @@
|
||||||
(
|
(
|
||||||
lib.mkIf
|
lib.mkIf
|
||||||
(!osConfig.host.isVm)
|
(!osConfig.host.isVm)
|
||||||
{block = "backlight";}
|
{
|
||||||
|
block = "backlight";
|
||||||
|
missing_format = "";
|
||||||
|
}
|
||||||
)
|
)
|
||||||
(
|
(
|
||||||
lib.mkIf (osConfig.host.isLaptop)
|
lib.mkIf (osConfig.host.isLaptop)
|
||||||
|
|
Loading…
Reference in a new issue