diff options
| author | 2025-12-16 01:53:58 -0800 | |
|---|---|---|
| committer | 2025-12-16 01:53:58 -0800 | |
| commit | 03e3ceafd2244dc4a7714db82ca6bacf09879cd3 (patch) | |
| tree | 2a54dddeac8764af1e7a40792a2f9db87f8922ba | |
| parent | be0c31eddb9da7536584ef665fc6d6783c9f3e1e (diff) | |
| download | new-dotfiles-03e3ceafd2244dc4a7714db82ca6bacf09879cd3.tar.gz new-dotfiles-03e3ceafd2244dc4a7714db82ca6bacf09879cd3.zip | |
Fix autokey
| -rw-r--r-- | oni/home/services/autokey.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/oni/home/services/autokey.scm b/oni/home/services/autokey.scm index 3462414..f3ef447 100644 --- a/oni/home/services/autokey.scm +++ b/oni/home/services/autokey.scm @@ -1,8 +1,7 @@ (define-module (oni home services autokey) #:use-module ((gnu services configuration) #:select (define-configuration/no-serialization)) - #:use-module ((gnu packages python-xyz) - #:select (autokey)) + #:use-module (gnu packages xdisorg) #:use-module ((gnu home services) #:select (service-type service-extension |
