about summary refs log tree commit diff
path: root/nixosConfigurations
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--nixosConfigurations/eonwe/default.nix4
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

Consider giving Nix/NixOS a try! <3