From fcf5b9d9760145ae5de7d34794fc0f536db89665 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Sun, 23 Oct 2022 23:37:39 +0200 Subject: 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. --- home-configuration.scm | 4 ++-- 1 file 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" -- cgit v1.2.3