diff options
| author | Fuwn <[email protected]> | 2024-10-02 22:28:33 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-10-02 22:28:33 -0700 |
| commit | 344b8ff243b0d643edac151b807183f3d3c7953b (patch) | |
| tree | 978164237507bf192dffb72bb1c083524264e63e /modules | |
| parent | fortune: add osu!stable (diff) | |
| download | nixos-config-344b8ff243b0d643edac151b807183f3d3c7953b.tar.xz nixos-config-344b8ff243b0d643edac151b807183f3d3c7953b.zip | |
desktop: otd
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/desktop/software/default.nix | 1 |
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; } |