summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-07-04 06:56:38 +0300
committerThanos Apollo <[email protected]>2024-07-04 06:56:38 +0300
commit5f32cce59f8a62d644e0565b8382e4dc84dbb9d6 (patch)
tree89faae6368e5a39b151de4b48735c1b8424ab880 /guix
parent8904c1b8f07f9403a13a1e852c48347d0767f39b (diff)
guix:(home) Update packages
Diffstat (limited to 'guix')
-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