enable wacom grpahics tablet driver and add notes app
This commit is contained in:
parent
4259358460
commit
0ed49a9885
|
@ -60,6 +60,7 @@ let
|
|||
luminanceHDR
|
||||
exiftool
|
||||
gimp
|
||||
xournal
|
||||
]
|
||||
++ (
|
||||
with gimpPlugins; [
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue