diff options
author | Marc Coquand <marc@mccd.space> | 2024-11-12 09:21:37 +0200 |
---|---|---|
committer | Marc Coquand <marc@mccd.space> | 2024-11-12 09:21:37 +0200 |
commit | d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b (patch) | |
tree | 08c85849b338d4db1cfe29ddbdc83c41df1d3599 /home/config.scm | |
parent | 71422d9f107ef0913c5e9336a14ace43c146f89d (diff) | |
download | guix-d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b.tar.gz guix-d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b.tar.bz2 guix-d21b9a9d47895e80cc86a24f94fe3d2a96e86f4b.zip |
.
Diffstat (limited to 'home/config.scm')
-rw-r--r-- | home/config.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/home/config.scm b/home/config.scm index 36802f1..2fc881a 100644 --- a/home/config.scm +++ b/home/config.scm @@ -62,6 +62,7 @@ #:use-module (guix build-system go) #:use-module (gnu home services pm) #:use-module (gnu home services xdg) + #:use-module (gnu home services dict) #:use-module (nongnu packages game-client) #:use-module (nongnu packages mozilla)) @@ -216,6 +217,8 @@ (service home-dbus-service-type) + (service home-dicod-service-type) + (simple-service 'extend-home home-environment-variables-service-type `(("PATH" . "${PATH}:~/go/bin:~/.cargo/bin:~/.local/bin"))) |