From 8fa9db10bf9193e10a19f4b8c583f40f3959208a Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 4 Feb 2025 16:43:50 +0200 Subject: guix: home: Update packages & env vars. * Add dicpath --- guix/home.scm | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/guix/home.scm b/guix/home.scm index c03e0ae..0ec1593 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -28,10 +28,11 @@ '("emacs-next-pgtk" "emacs-nov-el" "emacs-pdf-tools" "emacs-emms" "emacs-geiser" "emacs-geiser-guile" "emacs-notmuch" "emacs-password-store" "emacs-debbugs" "emacs-0x0" "emacs-emojify" "emacs-org-present" "emacs-sudo-edit" - "emacs-magit")) + "emacs-magit" "emacs-telega")) (define thanos/python-packages - '("python-next" "python-pip" "python-lsp-server" "python-numpy")) + '("python-next" "python-pip" "python-lsp-server" "python-numpy" "python-pyflakes" + "python-pyflakes")) (home-environment (packages @@ -40,9 +41,8 @@ "gcc-toolchain" "sqlite" "hyfetch" "transmission" "isync" "mpv" "steam" "signal-desktop" "git" "fuzzel" "alacritty" "password-store" "curl" "dino" "bind" "nmap" "hunspell" "wtype" "hunspell-dict-en-med" - "hunspell-dict-el" "mlocate" "rsync" "grimshot" "swayidle" "htop" - "net-tools" "gnupg" "texlive" "texlive-collection-latexrecommended" - "stow") + "mlocate" "rsync" "grimshot" "swayidle" "htop" + "net-tools" "gnupg" "stow" "dunst" "libnotify") thanos/emacs-packages thanos/python-packages thanos/fonts-packages))) (services (list (service home-bash-service-type @@ -63,11 +63,10 @@ '(("VISUAL" . "emacsclient") ("EDITOR" . "emacsclient") ("GTK_THEME" . "Adwaita-dark") - ("XDG_CURRENT_DESKTOP" . "sway") - ("XDG_SESSION_TYPE" . "wayland") ("BROWSER" . "icecat") ("XDG_SCREENSHOTS_DIR" . "/home/$USER/Pictures/screenshots/") - ("PATH" . "/home/$USER/.local/bin:$PATH"))) + ("PATH" . "/home/$USER/.local/bin:$PATH") + ("DICPATH" . "$DICPATH:$HOME/Dev/dics/el-polytonic"))) (service home-gpg-agent-service-type (home-gpg-agent-configuration (pinentry-program -- cgit v1.2.3