blob: 15c310981692361171c3606d7518790890955b80 [file] [log] [blame]
{ pkgs, ... }: {
home.packages = with pkgs; [
opentabletdriver
];
}