summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2022-10-23 23:37:39 +0200
committerTimo Wilken2022-10-23 23:37:39 +0200
commitfcf5b9d9760145ae5de7d34794fc0f536db89665 (patch)
treedccb51d027bfdf2fc322998ca04e1b1d73a610fd
parent2a23ec27d81062417775d1022860206b48b1412d (diff)
Install blueman and graphviz
Blueman needs to be installed in the profile, not just pulled in by the shepherd service, so that the applet can start blueman-manager. Installing it into the profile also adds it to rofi, for instance.
-rw-r--r--home-configuration.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home-configuration.scm b/home-configuration.scm
index 871b0adf..69da0f71 100644
--- a/home-configuration.scm
+++ b/home-configuration.scm
@@ -98,7 +98,7 @@ replacement spec (to which `regexp-substitute/global' is applied)."
(define gui-packages
'(;; i3 and Xorg. i3 itself must be installed system-wide for gdm to pick it up.
;; acpilight is a drop-in xbacklight replacement, as xbacklight doesn't work on my system.
- "acpilight" "arandr" "gnupg" "gimp" "hsetroot" "i3status"
+ "acpilight" "arandr" "blueman" "gnupg" "gimp" "hsetroot" "i3status"
"inkscape" "icecat" "kitty" "mpv" "nheko" "neomutt"
"password-store" "rofi" "rofi-calc" "signal-desktop" "simple-scan"
"xdg-utils" "xdot" "xclip" "xdotool" "xdpyinfo" "xev" "xfd"
@@ -344,7 +344,7 @@ replacement spec (to which `regexp-substitute/global' is applied)."
,@(specifications->packages gui-packages)
,@(specifications->packages
'(;; CLI tools
- "adb" "dos2unix" "file" "fzf" "git" "imagemagick" "jq"
+ "adb" "dos2unix" "file" "fzf" "git" "graphviz" "imagemagick" "jq"
"lesspipe" "nvme-cli" "openssh" "powertop" "pulsemixer" "pv"
"python" "rsync" "sbcl" "smartmontools" "source-highlight"
"tk" "tmux" "tree" "xxd" "zip" "unzip"