refactor: moby: lift some of the polyfill out to pine64 hal

This commit is contained in:
Colin 2024-06-04 14:36:46 +00:00
parent 3937121522
commit eca14a644b
2 changed files with 4 additions and 3 deletions

View File

@ -20,9 +20,6 @@
# sidebery UX doesn't make sense on small screen
addons.sidebery.enable = false;
};
sane.programs.swaynotificationcenter.config = {
backlight = "backlight"; # /sys/class/backlight/*backlight*/brightness
};
sane.programs.alacritty.config.fontSize = 9;

View File

@ -282,6 +282,10 @@ in
dd if=${pkgs.tow-boot-pinephone}/Tow-Boot.noenv.bin of=$out/nixos.img bs=1024 seek=8 conv=notrunc
'';
sane.programs.swaynotificationcenter.config = {
backlight = "backlight"; # /sys/class/backlight/*backlight*/brightness
};
services.udev.extraRules = let
chmod = "${pkgs.coreutils}/bin/chmod";
chown = "${pkgs.coreutils}/bin/chown";