7 lines
116 B
Nix
7 lines
116 B
Nix
|
{ pkgs, ... }: {
|
||
|
hardware.opentabletdriver.enable = true;
|
||
|
environment.systemPackages = with pkgs; [
|
||
|
krita
|
||
|
];
|
||
|
}
|