summaryrefslogtreecommitdiffstats
path: root/.config/guix/manifests/desktop.scm
diff options
context:
space:
mode:
authorjdlugosz963 <jdlugosz963@gmail.com>2023-10-19 19:24:35 +0200
committerjdlugosz963 <jdlugosz963@gmail.com>2023-10-19 19:24:35 +0200
commitc6c985d1188830ac90a546cfa27a77c220c9d096 (patch)
treeb2aaaebfbcbd4141eb6ca5cf533a7e0db2cbe962 /.config/guix/manifests/desktop.scm
parent2a5d171484392d55f3abfd9e48807edc77c182b0 (diff)
downloaddotfiles-c6c985d1188830ac90a546cfa27a77c220c9d096.tar.gz
dotfiles-c6c985d1188830ac90a546cfa27a77c220c9d096.zip
Add stumpwm and change disk config for berserker.
Diffstat (limited to '.config/guix/manifests/desktop.scm')
-rw-r--r--.config/guix/manifests/desktop.scm17
1 files changed, 14 insertions, 3 deletions
diff --git a/.config/guix/manifests/desktop.scm b/.config/guix/manifests/desktop.scm
index 65f456e..33f4eaf 100644
--- a/.config/guix/manifests/desktop.scm
+++ b/.config/guix/manifests/desktop.scm
@@ -1,8 +1,10 @@
1(specifications->manifest 1(specifications->manifest
2 '("qutebrowser" 2 '("qutebrowser"
3 "tor-client"
3 4
4 "pulsemixer" 5 "pulsemixer"
5 "pavucontrol-qt" 6 "pavucontrol"
7 "alsa-utils"
6 8
7 "virt-manager" 9 "virt-manager"
8 10
@@ -16,8 +18,15 @@
16 18
17 "xdg-utils" 19 "xdg-utils"
18 "xdg-dbus-proxy" 20 "xdg-dbus-proxy"
19 "gtk+:bin" 21 "glib:bin"
22 "gtk+:bin"
23 "gnome-keyring"
20 "shared-mime-info" 24 "shared-mime-info"
25 "libnotify"
26 "dconf"
27 "hicolor-icon-theme"
28
29 "dunst"
21 30
22 "gimp" 31 "gimp"
23 "inkscape" 32 "inkscape"
@@ -29,14 +38,16 @@
29 "playerctl" 38 "playerctl"
30 "scrot" 39 "scrot"
31 "brightnessctl" 40 "brightnessctl"
32 "slock"
33 "upower" 41 "upower"
34 "tlp" 42 "tlp"
43 "feh"
44 "alacritty"
35 45
36 "curl" 46 "curl"
37 "wget" 47 "wget"
38 "zip" 48 "zip"
39 "unzip" 49 "unzip"
50 "qrencode"
40 "trash-cli" 51 "trash-cli"
41 "password-store" 52 "password-store"
42 "pinentry" 53 "pinentry"