aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/config
diff options
context:
space:
mode:
authorGravatar Tom Willemse2023-03-07 23:10:57 -0800
committerGravatar Tom Willemse2023-03-07 23:10:57 -0800
commit378e83bee9c46ae7583be27d22a2ee17b2d7290e (patch)
tree3ec5313cbc9371dbd6d645beaf9962b490193347 /oni/home/config
parent8e564967cfbb5b078a1743f618c7394f8318a750 (diff)
downloadnew-dotfiles-378e83bee9c46ae7583be27d22a2ee17b2d7290e.tar.gz
new-dotfiles-378e83bee9c46ae7583be27d22a2ee17b2d7290e.zip
Rename ‘(oni home services compton)’ -> ‘(oni home services picom)’
Diffstat (limited to 'oni/home/config')
-rw-r--r--oni/home/config/common.scm4
-rw-r--r--oni/home/config/data.scm6
-rw-r--r--oni/home/config/rincewind.scm6
3 files changed, 7 insertions, 9 deletions
diff --git a/oni/home/config/common.scm b/oni/home/config/common.scm
index f83dece..729188f 100644
--- a/oni/home/config/common.scm
+++ b/oni/home/config/common.scm
@@ -8,7 +8,6 @@
#:use-module (oni home services guile)
#:use-module (oni home services xmodmap)
#:use-module (oni home services kitty)
- #:use-module (oni home services compton)
#:export (home-redshift-service
home-xbindkeys-service
@@ -16,8 +15,7 @@
home-guile-service
home-xmodmap-service
home-openssh-service
- home-kitty-service
- home-picom-service))
+ home-kitty-service))
(define home-redshift-service
(service home-redshift-service-type
diff --git a/oni/home/config/data.scm b/oni/home/config/data.scm
index 0126299..6e4bdf1 100644
--- a/oni/home/config/data.scm
+++ b/oni/home/config/data.scm
@@ -11,13 +11,13 @@
#:use-module (guix gexp)
#:use-module (oni home config common)
#:use-module (oni home services cmst)
- #:use-module ((oni home services compton)
- #:select (home-picom-service-type
- home-picom-configuration))
#:use-module (oni home services dunst)
#:use-module (oni home services environment)
#:use-module (oni home services herbstluftwm)
#:use-module (oni home services kdeconnect)
+ #:use-module ((oni home services picom)
+ #:select (home-picom-service-type
+ home-picom-configuration))
#:use-module (oni home services polybar)
#:use-module (oni home services rofi)
#:use-module (oni home services syncthing)
diff --git a/oni/home/config/rincewind.scm b/oni/home/config/rincewind.scm
index 46ea04d..7b397a5 100644
--- a/oni/home/config/rincewind.scm
+++ b/oni/home/config/rincewind.scm
@@ -37,9 +37,6 @@
home-xmodmap-service
home-openssh-service
home-kitty-service))
- #:use-module ((oni home services compton)
- #:select (home-picom-service-type
- home-picom-configuration))
#:use-module ((oni home services dunst)
#:select (home-dunst-default-service))
#:use-module ((oni home services emacs)
@@ -56,6 +53,9 @@
home-mpd-configuration
<home-mpd-audio-output>
home-mpc-update-service-type))
+ #:use-module ((oni home services picom)
+ #:select (home-picom-service-type
+ home-picom-configuration))
#:use-module ((oni home services polybar)
#:select (home-polybar-service-type
home-polybar-configuration))