From 5e4504b764c313f72a393aa5885f419c24b36ed9 Mon Sep 17 00:00:00 2001 From: SqrtMinusOne Date: Sun, 20 Jun 2021 07:37:55 +0300 Subject: [PATCH] feat(guix): add scanner, megacmd --- .config/guix/manifests/desktop.scm | 1 + .config/guix/systems/azure.scm | 1 + Desktop.org | 4 ++++ Guix.org | 1 + 4 files changed, 7 insertions(+) diff --git a/.config/guix/manifests/desktop.scm b/.config/guix/manifests/desktop.scm index df6be53..a07215f 100644 --- a/.config/guix/manifests/desktop.scm +++ b/.config/guix/manifests/desktop.scm @@ -12,6 +12,7 @@ "arandr" "xprop" "xrandr" + "megacmd" "activitywatch-bin" "flatpak" "zathura-djvu" diff --git a/.config/guix/systems/azure.scm b/.config/guix/systems/azure.scm index 5c2943d..1ea0c77 100644 --- a/.config/guix/systems/azure.scm +++ b/.config/guix/systems/azure.scm @@ -78,6 +78,7 @@ "input" "tty" "docker" + "scanner" "lp"))) %base-user-accounts)) diff --git a/Desktop.org b/Desktop.org index d80cf5e..26d943b 100644 --- a/Desktop.org +++ b/Desktop.org @@ -2227,6 +2227,10 @@ aw-watcher-window #:start (make-forkexec-constructor '("aw-watcher-window")) #:stop (make-kill-destructor))) #+end_src +** Sync +| Guix dependency | +|-----------------| +| megacmd | ** Shepherd config Register services #+begin_src scheme diff --git a/Guix.org b/Guix.org index f72c04f..03f0435 100644 --- a/Guix.org +++ b/Guix.org @@ -219,6 +219,7 @@ User accounts. "input" "tty" "docker" + "scanner" "lp"))) %base-user-accounts))