enabled wacom on emergent

This commit is contained in:
Leyla Becker 2025-06-08 11:48:18 -05:00
parent 7e595d4fc0
commit 95e500593e
2 changed files with 6 additions and 0 deletions

View file

@ -18,6 +18,7 @@ in {
home.packages = lib.lists.optionals userConfig.isDesktopUser (
with pkgs; [
ungoogled-chromium
krita
(lib.mkIf hardware.piperMouse.enable piper)
]
);