summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2023-11-30 14:56:32 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2023-11-30 14:56:32 -0500
commit229951a502d1a6ddc00fff2a1170ad7436966379 (patch)
treef7d6069f7d6f093d8a91c68507dc9365241a8ccb
parentd1d8451f650562c762d197ae9d65bbd866f3f334 (diff)
added docker compose binary bc lazy
-rwxr-xr-xhome-config/docker/cli-plugins/docker-composebin0 -> 59699273 bytes
-rw-r--r--home-config/home-configuration.scm1
2 files changed, 1 insertions, 0 deletions
diff --git a/home-config/docker/cli-plugins/docker-compose b/home-config/docker/cli-plugins/docker-compose
new file mode 100755
index 0000000..bf829e0
--- /dev/null
+++ b/home-config/docker/cli-plugins/docker-compose
Binary files differ
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 4be743c..347b3f7 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -132,6 +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 (".nix-channels" ,(local-file "nix-channels")))) 136 (".nix-channels" ,(local-file "nix-channels"))))
136 (service home-pipewire-service-type) 137 (service home-pipewire-service-type)
137 (service home-dbus-service-type) 138 (service home-dbus-service-type)