aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2025-09-02 15:15:00 -0700
committerGravatar Tom Willemse2025-09-02 15:15:00 -0700
commita80fb87363b1933ac2fe274153ae2bc0e4ab0e29 (patch)
tree55bcd0a3c608525a3186ec3976d27c237c771ce3
parentc73888be99333f7eceb336a63af7fd5b5a82b43d (diff)
downloadnew-dotfiles-a80fb87363b1933ac2fe274153ae2bc0e4ab0e29.tar.gz
new-dotfiles-a80fb87363b1933ac2fe274153ae2bc0e4ab0e29.zip
pop-os: Update
-rw-r--r--oni/home/config/pop-os.scm28
1 files changed, 19 insertions, 9 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm
index fc4f755..ebe479d 100644
--- a/oni/home/config/pop-os.scm
+++ b/oni/home/config/pop-os.scm
@@ -11,7 +11,8 @@
#:select (emacs-dockerfile-mode
emacs-deft
emacs-dashboard
- emacs-typescript-mode))
+ emacs-typescript-mode
+ emacs-dired-git-info))
#:use-module ((gnu packages hunspell)
#:select (hunspell
hunspell-dict-en-ca))
@@ -22,7 +23,8 @@
mixed-text-file))
#:use-module ((oni home config common)
#:select (home-channels-service
- home-zsh-service))
+ home-zsh-service
+ home-kitty-service))
#:use-module ((oni home services dunst)
#:select (home-dunst-default-service))
#:use-module ((oni home services emacs)
@@ -40,6 +42,8 @@
#:select (home-environment-service))
#:use-module ((oni home services flameshot)
#:select (home-flameshot-service-type))
+ #:use-module ((oni home services mail)
+ #:select (home-mbsync-service-type))
#:use-module ((oni home services stumpwm)
#:select (home-stumpwm-service-type
home-stumpwm-configuration
@@ -85,9 +89,11 @@
emacs-oni-yaml
emacs-oni-lua
emacs-oni-sh
- emacs-oni-js))
+ emacs-oni-js
+ emacs-oni-elfeed))
#:use-module ((oni packages fonts)
- #:select (font-comfortaa))
+ #:select (font-comfortaa
+ font-annotation-mono))
#:use-module ((oni packages stumpwm)
#:select (stumpwm+swank)))
@@ -125,7 +131,7 @@
emacs-oni-php
emacs-oni-projectile
htop
- emacs-php-ts-mode
+ ;; emacs-php-ts-mode
emacs-oni-lua
emacs-oni-sh
emacs-deft
@@ -135,10 +141,13 @@
emacs-typescript-mode
emacs-oni-js
hunspell
- hunspell-dict-en-ca))
+ hunspell-dict-en-ca
+ emacs-dired-git-info
+ emacs-oni-elfeed))
(services (list home-channels-service
home-dunst-default-service
home-environment-service
+ home-kitty-service
(service home-emacs-service-type
(home-emacs-configuration
(helpful-configuration
@@ -164,8 +173,8 @@
(service home-wakatime-service-type
(home-wakatime-configuration
(api-url "https://waka.ryuslash.org/api")
- (exclude '("COMMIT_EDITMSG$"
- "TAG_EDITMSG$"))))
+ (exclude '("^COMMIT_EDITMSG$"
+ "^TAG_EDITMSG$"))))
(service home-emacs-vterm-service-type
(home-emacs-vterm-configuration
(buffer-name-string "*vterm* %s")))
@@ -207,4 +216,5 @@
(configurations
(list (local-file "../services/stumpwm/pamixer.lisp")))))
- (service home-flameshot-service-type))))
+ (service home-flameshot-service-type)
+ (service home-mbsync-service-type))))