art: Add opentabletdriver
This commit is contained in:
parent
310be182e4
commit
e935441b80
1 changed files with 7 additions and 1 deletions
|
@ -5,11 +5,17 @@
|
|||
users."${username}".directories = [
|
||||
".local/share/krita"
|
||||
".config/GIMP"
|
||||
".config/OpenTabletDriver"
|
||||
];
|
||||
};
|
||||
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
krita
|
||||
gimp
|
||||
];
|
||||
|
||||
hardware.opentabletdriver = {
|
||||
enable = true;
|
||||
daemon.enable = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue