summaryrefslogtreecommitdiffstats
path: root/.config/guix/manifests/desktop.scm
diff options
context:
space:
mode:
Diffstat (limited to '.config/guix/manifests/desktop.scm')
-rw-r--r--.config/guix/manifests/desktop.scm8
1 files changed, 7 insertions, 1 deletions
diff --git a/.config/guix/manifests/desktop.scm b/.config/guix/manifests/desktop.scm
index 33f4eaf..8b8ca1f 100644
--- a/.config/guix/manifests/desktop.scm
+++ b/.config/guix/manifests/desktop.scm
@@ -1,5 +1,7 @@
1(specifications->manifest 1(specifications->manifest
2 '("qutebrowser" 2 '("qutebrowser"
3 "ungoogled-chromium"
4 "firefox"
3 "tor-client" 5 "tor-client"
4 6
5 "pulsemixer" 7 "pulsemixer"
@@ -18,6 +20,7 @@
18 20
19 "xdg-utils" 21 "xdg-utils"
20 "xdg-dbus-proxy" 22 "xdg-dbus-proxy"
23 "xdg-desktop-portal-gtk"
21 "glib:bin" 24 "glib:bin"
22 "gtk+:bin" 25 "gtk+:bin"
23 "gnome-keyring" 26 "gnome-keyring"
@@ -49,6 +52,7 @@
49 "unzip" 52 "unzip"
50 "qrencode" 53 "qrencode"
51 "trash-cli" 54 "trash-cli"
55 "pandoc"
52 "password-store" 56 "password-store"
53 "pinentry" 57 "pinentry"
54 58
@@ -61,5 +65,7 @@
61 "xss-lock" 65 "xss-lock"
62 "libinput" 66 "libinput"
63 "xinput" 67 "xinput"
64 68
69 "nheko"
70 "quassel"
65 )) 71 ))