add wacom support

This commit is contained in:
MFlossmann 2024-05-11 12:39:05 +02:00
parent c2b8875fe0
commit 94f08a3847
4 changed files with 16 additions and 13 deletions

View file

@ -17,8 +17,6 @@
enable = true;
};
xserver.wacom.enable = true;
# TODO: fill this out (and move it in a service, probably)
# services.syncthing = {
# enable = true

View file

@ -3,12 +3,13 @@
config,
lib,
inputs,
stablepkgs,
...
}: {
imports = [];
home.packages = with pkgs; [
inkscape
stablepkgs.inkscape
gimp
krita
];