summaryrefslogtreecommitdiff
path: root/guix/home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/home.scm')
-rw-r--r--guix/home.scm20
1 files changed, 11 insertions, 9 deletions
diff --git a/guix/home.scm b/guix/home.scm
index 1fac83c..52a0a9a 100644
--- a/guix/home.scm
+++ b/guix/home.scm
@@ -25,19 +25,21 @@
"emacs-geiser" "emacs-geiser-guile" "emacs-vterm" "emacs-jabber"
"emacs-yeetube"))
+(define thanos/font-packages
+ '("font-jetbrains-mono" "font-iosevka-aile" "texlive-cbfonts"))
+
(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" "syncthing"
- "hyfetch" "font-iosevka-aile" "font-jetbrains-mono"
- "transmission" "isync" "mpv" "yt-dlp" "librewolf"
- "dino" "git" "fuzzel" "wl-clipboard" "alacritty" "wtype"
- "password-store" "curl" "bind" "nmap" "hunspell" "sbcl"
- "hunspell-dict-en-us" "mlocate" "rsync" "grimshot" "nyxt"
- "texlive-cbfonts" "swayidle" "wl-clipboard" "btop"
- "net-tools" "gnupg" "hugo-bin" "texlive")
- thanos/emacs-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)))
;; Below is the list of Home services. To search for available
;; services, run 'guix home search KEYWORD' in a terminal.
(services