From b41c88fa6e6348d74dd9a27f51e72799bd9f7230 Mon Sep 17 00:00:00 2001 From: Azat Bahawi Date: Thu, 4 Jan 2024 11:55:51 +0300 Subject: 2024-01-04 --- nixosConfigurations/eonwe/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixosConfigurations') 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 -- cgit 1.4.1