diff options
author | Thanos Apollo <[email protected]> | 2024-05-17 03:02:54 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-17 03:02:54 +0300 |
commit | 58eeb2de3153905752951296cf44f1b9f7d9f979 (patch) | |
tree | 2ff3042ba5c0539d0916e7a16d074f5725f71dfd | |
parent | dfeb54ec0cf4b6e50ff662f88203e6cdeb1cf3e8 (diff) |
guix:(home) Update packages
-rw-r--r-- | guix/home.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/home.scm b/guix/home.scm index eaba51e..b54bdff 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -20,7 +20,7 @@ ;; Below is the list of packages that will show up in your ;; Home profile, under ~/.guix-home/profile. (packages (specifications->packages - (list "anki" "emacs-pgtk" "torbrowser" "mu" "perl" "tree" + (list "anki" "emacs-pgtk" "torbrowser" "mu" "perl" "tree" "iptables" ;; iptables for tailscale "hyfetch" "font-iosevka-aile" "font-jetbrains-mono" "isync" "emacs-nov-el" "syncthing" "emacs-pdf-tools" "ungoogled-chromium" "python-lsp-server" "transmission" "mpv" "yt-dlp" "icecat" "dino" @@ -28,7 +28,7 @@ "alacritty" "wtype" "emacs-geiser" "emacs-geiser-guile" "password-store" "emacs-ox-haunt" "sbcl" "curl" "emacs-vterm" "emacs-jabber" "bind" "nmap" "hunspell" "guile-syntax-highlight" "hunspell-dict-en-us" - "mlocate" "rsync" "grimshot" "nyxt" "haunt"))) + "mlocate" "rsync" "grimshot" "nyxt" "haunt" "texlive" "texlive-cbfonts"))) ;; Below is the list of Home services. To search for available ;; services, run 'guix home search KEYWORD' in a terminal. (services |