diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-12-01 01:22:28 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-12-01 01:22:28 -0500 |
commit | 212056b9431fda33950dfc2f8042933ae4073bad (patch) | |
tree | 591dc11db662eb727e1f5dfe43e3cc1ed4e81b9d | |
parent | 229951a502d1a6ddc00fff2a1170ad7436966379 (diff) |
fix docker compose
-rw-r--r-- | home-config/home-configuration.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 347b3f7..626c4a2 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -132,7 +132,7 @@ | |||
132 | ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) | 132 | ;(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol")) |
133 | ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) | 133 | ;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf")) |
134 | (".fonts" ,(local-file "fonts" #:recursive? #t)) | 134 | (".fonts" ,(local-file "fonts" #:recursive? #t)) |
135 | (".docker" ,(local-file "docker" #:recursive? #t)) | 135 | (".docker/cli-plugins" ,(local-file "docker/cli-plugins" #:recursive? #t)) |
136 | (".nix-channels" ,(local-file "nix-channels")))) | 136 | (".nix-channels" ,(local-file "nix-channels")))) |
137 | (service home-pipewire-service-type) | 137 | (service home-pipewire-service-type) |
138 | (service home-dbus-service-type) | 138 | (service home-dbus-service-type) |