aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-10-23 10:50:58 -0700
committerGravatar Tom Willemse2025-10-23 10:50:58 -0700
commitbb3f5878e66ef3fbae3c7b7b8b00858fec636f2d (patch)
tree83b765986262d162730ebbc7735a8e4fcb78f21c
parentc0787cd861f9886a4d1cd9e2f4ada73da7feb972 (diff)
downloadnew-dotfiles-bb3f5878e66ef3fbae3c7b7b8b00858fec636f2d.tar.gz
new-dotfiles-bb3f5878e66ef3fbae3c7b7b8b00858fec636f2d.zip
pop-os: Add some Emacs packages
-rw-r--r--oni/home/config/pop-os.scm17
1 files changed, 6 insertions, 11 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm
index a2a31e6..64f4f05 100644
--- a/oni/home/config/pop-os.scm
+++ b/oni/home/config/pop-os.scm
@@ -10,12 +10,7 @@
#:select (htop))
#:use-module ((gnu packages emacs)
#:select (emacs))
- #:use-module ((gnu packages emacs-xyz)
- #:select (emacs-dockerfile-mode
- emacs-deft
- emacs-dashboard
- emacs-typescript-mode
- emacs-dired-git-info))
+ #:use-module (gnu packages emacs-xyz)
#:use-module ((gnu packages hunspell)
#:select (hunspell
hunspell-dict-en-ca))
@@ -68,10 +63,7 @@
;; home-stumpwm-pamixer-configuration))
#:use-module (oni home services xdisorg)
#:use-module (oni home services zsh)
- #:use-module ((oni packages emacs)
- #:select (emacs-php-ts-mode
- emacs-flycheck-phpstan
- emacs-indexed))
+ #:use-module (oni packages emacs)
#:use-module ((oni packages emacs-config)
#:select (emacs-oni-bookmark
emacs-oni-browse-url
@@ -166,7 +158,10 @@
;; need to have a file
;; /etc/udev/rules.d/40-monitor-hotplug.rules
;; ACTION=="change", SUBSYSTEM=="drm", RUN+="/var/guix/profiles/per-user/tomwillemsen/guix-home/profile/bin/autorandr --batch --change --default default"
- autorandr))
+ autorandr
+
+ emacs-guix
+ emacs-rainbow-identifiers))
(services (list home-channels-service
home-dunst-default-service
home-environment-service