diff options
author | Thanos Apollo <[email protected]> | 2024-07-09 06:06:20 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-07-09 06:06:20 +0300 |
commit | 6abd91d7872394734c7492317e81a818c397fe60 (patch) | |
tree | 5102471c40e6d1e621d3271b024f9cbdc1a4804c /guix | |
parent | 5f32cce59f8a62d644e0565b8382e4dc84dbb9d6 (diff) |
guix: home: Update packages
Diffstat (limited to 'guix')
-rw-r--r-- | guix/home.scm | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/guix/home.scm b/guix/home.scm index 52a0a9a..8fae0b8 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -23,23 +23,21 @@ (define thanos/emacs-packages '("emacs-pgtk" "emacs-nov-el" "emacs-pdf-tools" "emacs-elpy" "emacs-geiser" "emacs-geiser-guile" "emacs-vterm" "emacs-jabber" - "emacs-yeetube")) - -(define thanos/font-packages - '("font-jetbrains-mono" "font-iosevka-aile" "texlive-cbfonts")) + "emacs-yeetube" "emacs-gnosis" "emacs-debbugs" "emacs-eshell-git-prompt" + "emacs-markdown-mode")) (home-environment ;; Below is the list of packages that will show up in your ;; Home profile, under ~/.guix-home/profile. (packages (specifications->packages - (append (list "torbrowser" "mu" "perl" "tree" "iptables" "yt-dlp" - "syncthing" "hyfetch" "transmission" "isync" "mpv" - "librewolf" "dino" "git" "fuzzel" "wl-clipboard" "alacritty" - "password-store" "curl" "bind" "nmap" "hunspell" "sbcl" "wtype" - "hunspell-dict-en-us" "mlocate" "rsync" "grimshot" "nyxt" "swayidle" - "wl-clipboard" "btop" "net-tools" "gnupg" "hugo-bin" "texlive") - thanos/emacs-packages - thanos/font-packages))) + (append '("torbrowser" "mu" "perl" "tree" "yt-dlp" + "syncthing" "hyfetch" "transmission" "isync" "mpv" "librewolf" "dino" + "git" "fuzzel" "wl-clipboard" "alacritty" "password-store" "curl" + "bind" "nmap" "hunspell" "sbcl" "wtype" "hunspell-dict-en-us" + "mlocate" "rsync" "grimshot" "nyxt" "swayidle" "wl-clipboard" "btop" + "net-tools" "gnupg" "hugo-bin" "texlive" "texlive-collection-latexrecommended" + "font-jetbrains-mono" "font-iosevka-aile") + thanos/emacs-packages))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. (services |