summaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorTimo Wilken2023-02-17 18:07:52 +0100
committerTimo Wilken2023-03-04 19:21:54 +0100
commitf07502fd506135926584c5c573c64602ae0a2969 (patch)
tree6430ceba60ea31d7f2a76adef37989555e56539e /tw
parent7fe69cb2d3fe5f1d1e4afcace15a0e4f190adf12 (diff)
Install zoom now that nonguix channel is available
Diffstat (limited to 'tw')
-rw-r--r--tw/home/cern.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/tw/home/cern.scm b/tw/home/cern.scm
index 73be4cfa..0763d30b 100644
--- a/tw/home/cern.scm
+++ b/tw/home/cern.scm
@@ -22,8 +22,8 @@
#:use-module (gnu services shepherd)
#:use-module (guix channels)
#:use-module (guix gexp)
- ;; #:use-module ((nongnu packages messaging)
- ;; #:select (zoom))
+ #:use-module ((nongnu packages messaging)
+ #:select (zoom))
#:use-module (tw home)
#:use-module (tw home emacs)
#:use-module (tw packages alice)
@@ -110,7 +110,7 @@
acpilight arandr dunst gimp hsetroot inkscape icecat kitty libreoffice mpv
polybar pulsemixer rofi rofi-calc tk xdg-utils xdot xclip xcwd xdotool
xdpyinfo xev xfd xfontsel xinput xkill xprop xrandr xrdb xsel xset xwininfo
- #;zoom zathura zathura-ps zathura-pdf-poppler
+ zoom zathura zathura-ps zathura-pdf-poppler
dconf dconf-editor ; required for config by blueman, cozy, ...
;; gnome-keyring ; installed system-wide; see system-configuration.scm
;; geoclue ; for redshift -- installed system-wide
@@ -136,7 +136,6 @@
;; This can't be a `service' as that would remove the 'guix channel.
(simple-service 'nonfree-channels home-channels-service-type
(list
- ;; Nonguix is also needed system-wide for non-free drivers!
(channel
(name 'nonguix)
(url "https://gitlab.com/nonguix/nonguix")