diff options
| author | 2025-03-05 09:43:46 -0800 | |
|---|---|---|
| committer | 2025-03-05 09:54:08 -0800 | |
| commit | 869e4f00d46baf5f4b6b600f6942681d90d5ed15 (patch) | |
| tree | 6e7546d14c999782b56c58f763d266de13f0ee49 /oni/home/config/pop-os.scm | |
| parent | fe01c5e98f37999f127f112ac312818422bb275a (diff) | |
| download | new-dotfiles-869e4f00d46baf5f4b6b600f6942681d90d5ed15.tar.gz new-dotfiles-869e4f00d46baf5f4b6b600f6942681d90d5ed15.zip | |
pop-os: Add vterm configuration and pamixer
Diffstat (limited to 'oni/home/config/pop-os.scm')
| -rw-r--r-- | oni/home/config/pop-os.scm | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/oni/home/config/pop-os.scm b/oni/home/config/pop-os.scm index cc5a809..f650915 100644 --- a/oni/home/config/pop-os.scm +++ b/oni/home/config/pop-os.scm @@ -24,7 +24,9 @@ home-emacs-configuration home-wakatime-service-type home-wakatime-configuration - home-emacs-org-journal-service-type)) + home-emacs-org-journal-service-type + home-emacs-vterm-service-type + home-emacs-vterm-configuration)) #:use-module ((oni home services environment) #:select (home-environment-service)) #:use-module ((oni home services flameshot) @@ -37,7 +39,9 @@ home-stumpwm-stumptray-service-type home-stumpwm-stumptray-configuration home-stumpwm-playerctl-service-type - home-stumpwm-playerctl-configuration)) + home-stumpwm-playerctl-configuration + home-stumpwm-pamixer-service-type + home-stumpwm-pamixer-configuration)) #:use-module (oni home services zsh) #:use-module ((oni packages emacs) #:select (emacs-php-ts-mode)) @@ -130,6 +134,9 @@ (api-url "https://waka.ryuslash.org/api") (exclude '("COMMIT_EDITMSG$" "TAG_EDITMSG$")))) + (service home-emacs-vterm-service-type + (home-emacs-vterm-configuration + (buffer-name-string "*vterm* %s"))) home-zsh-service @@ -166,5 +173,9 @@ (home-stumpwm-playerctl-configuration (configurations (list (local-file "../services/stumpwm/playerctl.lisp"))))) + (service home-stumpwm-pamixer-service-type + (home-stumpwm-pamixer-configuration + (configurations + (list (local-file "../services/stumpwm/pamixer.lisp"))))) (service home-flameshot-service-type)))) |
