nix/host/dasha/Tablet.nix
2024-03-04 03:04:57 +03:00

7 lines
116 B
Nix

{ pkgs, ... }: {
hardware.opentabletdriver.enable = true;
environment.systemPackages = with pkgs; [
krita
];
}