dotfiles/home/modules/gui/apps/tools/openTablet/default.nix

13 lines
119 B
Nix
Raw Normal View History

2025-01-19 23:40:54 -06:00
{
pkgs,
...
}:
{
2024-10-06 15:25:05 -05:00
home.packages = builtins.attrValues {
2025-01-19 23:40:54 -06:00
inherit (pkgs)
opentabletdriver
2024-10-06 15:25:05 -05:00
;
2024-10-06 15:25:05 -05:00
};
}