diff options
author | EuAndreh <eu@euandre.org> | 2025-02-19 08:15:25 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-02-19 08:15:25 -0300 |
commit | c345fd33d0534b5d34f398dd9f65b0fff7ca5b98 (patch) | |
tree | 95db5ddac6aeb422aca7ef10eecb60d34f5cd837 /etc/guix | |
parent | etc/guix/system.scm: Update to reflect switch from velhinho to novinho as main (diff) | |
download | dotfiles-c345fd33d0534b5d34f398dd9f65b0fff7ca5b98.tar.gz dotfiles-c345fd33d0534b5d34f398dd9f65b0fff7ca5b98.tar.xz |
etc/guix/system.scm: Add "rsync" package globally
Diffstat (limited to 'etc/guix')
-rw-r--r-- | etc/guix/system.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/guix/system.scm b/etc/guix/system.scm index f0fec99..019d0ea 100644 --- a/etc/guix/system.scm +++ b/etc/guix/system.scm @@ -147,6 +147,7 @@ Seiko Epson Color Ink Jet Printers.") (map (compose list specification->package+output symbol->string) '(ghc ghc-xmonad-contrib + rsync xmobar xmonad)) (list) |