diff options
| author | 2026-06-22 00:19:30 -0700 | |
|---|---|---|
| committer | 2026-06-22 00:28:42 -0700 | |
| commit | 036fb35c50ffd398852fe40f20a89e35410cbfc4 (patch) | |
| tree | 281f55b0146febd898245c26c706dee9ae10f6dc | |
| parent | 4cf0844a6a8b886ee390ad35a04236f5f090a090 (diff) | |
| download | new-dotfiles-036fb35c50ffd398852fe40f20a89e35410cbfc4.tar.gz new-dotfiles-036fb35c50ffd398852fe40f20a89e35410cbfc4.zip | |
data: Remove org-roam and add some other packages
| -rw-r--r-- | oni/home/config/data.scm | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/oni/home/config/data.scm b/oni/home/config/data.scm index f33053f..6636ab3 100644 --- a/oni/home/config/data.scm +++ b/oni/home/config/data.scm @@ -20,18 +20,7 @@ #:use-module (gnu services) #:use-module (guix gexp) #:use-module (oni home config common) - #:use-module ((oni home services emacs) - #:select (home-emacs-service-type - home-emacs-configuration - home-emacs-helpful-configuration - home-emacs-yasnippet-capf-configuration - home-emacs-eros-service-type - home-emacs-ace-link-service-type - home-emacs-ace-link-configuration - home-emacs-golden-ratio-service-type - home-emacs-pinentry-service-type - home-emacs-org-caldav-service-type - home-emacs-envrc-configuration)) + #:use-module (oni home services emacs) #:use-module (oni home services environment) #:use-module (oni home services git) #:use-module (oni home services kdeconnect) @@ -56,7 +45,11 @@ "openssh" "keepassxc" "font-dosis" - "swaybg")) + "swaybg" + "emacs-geiser-hoot" + "wayland" + "emacs-org-journal" + "emacs-nginx-mode")) (list pick-random-wallpaper emacs-org-contacts @@ -64,7 +57,6 @@ emacs-outli emacs-guix - (emacs-oni-org-roam emacs-pgtk) emacs-oni-vterm emacs-oni-elisp emacs-oni-core |
