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))