diff options
Diffstat (limited to 'guix')
-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 |