enable wacom grpahics tablet driver and add notes app

This commit is contained in:
Trolli Schmittlauch 2020-10-14 01:38:48 +02:00
parent 4259358460
commit 0ed49a9885
2 changed files with 4 additions and 0 deletions

View file

@ -60,6 +60,7 @@ let
luminanceHDR
exiftool
gimp
xournal
]
++ (
with gimpPlugins; [

View file

@ -140,6 +140,9 @@ in
# Enable touchpad support.
services.xserver.libinput.enable = true;
# while libinput also supports graphic tablets, enable more-specific wacom driver
services.xserver.wacom.enable = true;
# Enable the KDE Desktop Environment.
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true;