summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-10-02 22:28:33 -0700
committerFuwn <[email protected]>2024-10-02 22:28:33 -0700
commit344b8ff243b0d643edac151b807183f3d3c7953b (patch)
tree978164237507bf192dffb72bb1c083524264e63e /modules
parentfortune: add osu!stable (diff)
downloadnixos-config-344b8ff243b0d643edac151b807183f3d3c7953b.tar.xz
nixos-config-344b8ff243b0d643edac151b807183f3d3c7953b.zip
desktop: otd
Diffstat (limited to 'modules')
-rw-r--r--modules/desktop/software/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/desktop/software/default.nix b/modules/desktop/software/default.nix
index 6af408f..fd93550 100644
--- a/modules/desktop/software/default.nix
+++ b/modules/desktop/software/default.nix
@@ -9,4 +9,5 @@
];
services.displayManager.ly.enable = true;
+ hardware.opentabletdriver.enable = true;
}