From 9df03c3d88b06ec14e2071900968dec3ebc3cc34 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Mon, 28 Nov 2022 23:37:23 +0100 Subject: Install libreoffice & make Also, move curl to CLI tools section. --- home-configuration.scm | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) (limited to 'home-configuration.scm') diff --git a/home-configuration.scm b/home-configuration.scm index a7d220db..0b64cad0 100644 --- a/home-configuration.scm +++ b/home-configuration.scm @@ -99,12 +99,12 @@ 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" "blueman" "curl" "dunst" "gnupg" "gimp" "hsetroot" - "inkscape" "icecat" "kdeconnect" "mpv" "nheko" "neomutt" "password-store" - "pass-otp" "polybar" "rofi" "rofi-calc" "signal-desktop" "simple-scan" - "xdg-utils" "xdot" "xclip" "xdotool" "xdpyinfo" "xev" "xfd" "xfontsel" - "xinput" "xkill" "xprop" "xrandr" "xrdb" "xsel" "xset" "xwininfo" - "zoom" "zathura" "zathura-ps" "zathura-pdf-poppler" "zeal" + "acpilight" "arandr" "blueman" "dunst" "gnupg" "gimp" "hsetroot" + "inkscape" "icecat" "kdeconnect" "libreoffice" "mpv" "nheko" "neomutt" + "password-store" "pass-otp" "polybar" "rofi" "rofi-calc" "signal-desktop" + "simple-scan" "xdg-utils" "xdot" "xclip" "xdotool" "xdpyinfo" "xev" "xfd" + "xfontsel" "xinput" "xkill" "xprop" "xrandr" "xrdb" "xsel" "xset" "xwininfo" + "zoom" "zathura" "zathura-ps" "zathura-pdf-poppler" "dconf" "dconf-editor" ; required for config by blueman, cozy, ... ;; "gnome-keyring" ; installed system-wide; see system-configuration.scm ;; "geoclue" ; for redshift -- installed system-wide @@ -396,15 +396,17 @@ replacement spec (to which `regexp-substitute/global' is applied)." ,@(specifications->packages gui-packages) ,@(specifications->packages '(;; CLI tools - "adb" "beets" "dos2unix" "file" "fzf" "git" "graphviz" "hledger" - "imagemagick" "jq" "lesspipe" "nvme-cli" "openssh" "powertop" - "pulsemixer" "pv" "python" "rsync" "sbcl" "smartmontools" - "source-highlight" "tk" "tmux" "tree" "xxd" "zip" "unzip" + "adb" "beets" "curl" "dos2unix" "fdupes" "file" "fzf" "git" + "gnuplot" "graphviz" "hledger" "imagemagick" "jq" "lesspipe" + "nvme-cli" "openssh" "powertop" "pulsemixer" "pv" "python" + "rsync" "sbcl" "smartmontools" "source-highlight" "tk" "tmux" + "tree" "xxd" "zip" "unzip" ;; Work "s3cmd" "python-alibuild" ; "python-alidistlint" - ;; Language servers + ;; Development & language servers + "make" "clang" ; for clangd "python-lsp-server" ;; Supported OotB by eglot, but not packaged by guix: -- cgit v1.2.3