diff options
author | jdlugosz963 <jdlugosz963@gmail.com> | 2024-03-13 22:29:26 +0100 |
---|---|---|
committer | jdlugosz963 <jdlugosz963@gmail.com> | 2024-03-13 22:29:26 +0100 |
commit | 3a847f81783589a2266dbbebffcfec3a86264cdb (patch) | |
tree | 2ebfc4a90680971b72bf6d439908ab4ffe28ffd3 /.config/guix/manifests/desktop.scm | |
parent | edae9ec90668a11672ea1191a5a65307d990fb6a (diff) | |
download | dotfiles-3a847f81783589a2266dbbebffcfec3a86264cdb.tar.gz dotfiles-3a847f81783589a2266dbbebffcfec3a86264cdb.zip |
Update guix system.
Diffstat (limited to '.config/guix/manifests/desktop.scm')
-rw-r--r-- | .config/guix/manifests/desktop.scm | 8 |
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 | )) |