diff options
| author | 2026-03-11 01:48:10 -0700 | |
|---|---|---|
| committer | 2026-03-11 01:48:10 -0700 | |
| commit | a549a93472b73fdc10996c39529c9682d46f78f5 (patch) | |
| tree | 24bdaa141476866ecd4490214479e017ecefcaf4 /oni/home | |
| parent | e3564e67ffc236c9c04e0fbb27ae9490ece13129 (diff) | |
| download | new-dotfiles-a549a93472b73fdc10996c39529c9682d46f78f5.tar.gz new-dotfiles-a549a93472b73fdc10996c39529c9682d46f78f5.zip | |
Remove custom atuin package
This is now packaged in rosenthal, I don't need to maintain it myself.
Diffstat (limited to 'oni/home')
| -rw-r--r-- | oni/home/services/zsh.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/oni/home/services/zsh.scm b/oni/home/services/zsh.scm index 6e4ee07..aa2eb60 100644 --- a/oni/home/services/zsh.scm +++ b/oni/home/services/zsh.scm @@ -7,8 +7,7 @@ #:use-module (gnu home services utils) #:use-module (guix packages) #:use-module (guix gexp) - #:use-module ((oni packages atuin) - #:select (rust-atuin-18)) + #:use-module (rosenthal packages rust-apps) #:use-module (oni packages zsh) #:export (home-zsh-autosuggestions-service-type @@ -180,7 +179,7 @@ (define-configuration home-zsh-atuin-configuration (package - (package rust-atuin-18) + (package atuin) "Package to use for setting atuin.") (inline-height (integer 40) |
