diff options
Diffstat (limited to '')
-rw-r--r-- | nixosConfigurations/eonwe/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nixosConfigurations/eonwe/default.nix b/nixosConfigurations/eonwe/default.nix index 4977ba9..8e10af9 100644 --- a/nixosConfigurations/eonwe/default.nix +++ b/nixosConfigurations/eonwe/default.nix @@ -38,6 +38,7 @@ with lib; { gzdoom iaito kdenlive + krita obs-studio openmw openttd @@ -47,6 +48,7 @@ with lib; { vcmi vesktop vial + wacomtablet xonotic ]; @@ -79,6 +81,8 @@ with lib; { }; udev.packages = with pkgs; [vial]; + + xserver.wacom.enable = true; }; # Usually stuff that is going to be compiled on this machine is going to have |