diff options
author | Azat Bahawi <azat@bahawi.net> | 2024-01-04 11:55:51 +0300 |
---|---|---|
committer | Azat Bahawi <azat@bahawi.net> | 2024-01-04 11:55:51 +0300 |
commit | b41c88fa6e6348d74dd9a27f51e72799bd9f7230 (patch) | |
tree | d149e2dec10dffa3bc617409ab192c8ebf9cfea9 /nixosConfigurations | |
parent | 2023-12-26 (diff) |
2024-01-04
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 |