From 25d977f3cbf9469de70fcf15797549200be0cda7 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Wed, 6 Nov 2024 10:18:08 +0200 Subject: guix: home: Remove nyxt --- guix/home.scm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'guix/home.scm') diff --git a/guix/home.scm b/guix/home.scm index c3071b3..fb8e15d 100644 --- a/guix/home.scm +++ b/guix/home.scm @@ -11,6 +11,7 @@ #:use-module (gnu home services shells) #:use-module (gnu home services desktop) #:use-module (gnu home services gnupg) + #:use-module (gnu home services messaging) #:use-module (hecate packages emacs) #:use-module (hecate packages hunspell) #:export (home)) @@ -34,13 +35,12 @@ (home-environment (packages (specifications->packages - (append '("perl" "yt-dlp" "icecat" "gcc-toolchain" "wl-clipboard" "sqlite" - "hyfetch" "transmission" "isync" "mpv" "steam" "signal-desktop" - "git" "fuzzel" "wl-clipboard" "alacritty" "password-store" "curl" "dino" - "bind" "nmap" "hunspell" "wtype" "hunspell-dict-en-med" "hunspell-dict-el" - "mlocate" "rsync" "grimshot" "nyxt" "swayidle" "wl-clipboard" "htop" - "net-tools" "gnupg" "texlive" "texlive-collection-latexrecommended" - "notmuch" "hunspell-dict-en-us" "sbcl" "xkeyboard-config") + (append '("perl" "yt-dlp" "torbrowser" "icecat" "sbcl" "notmuch" + "gcc-toolchain" "sqlite" "hyfetch" "transmission" "isync" "mpv" + "steam" "signal-desktop" "git" "fuzzel" "alacritty" "password-store" + "curl" "dino" "bind" "nmap" "hunspell" "wtype" "hunspell-dict-en-med" + "hunspell-dict-el" "mlocate" "rsync" "grimshot" "swayidle" "htop" + "net-tools" "gnupg" "texlive" "texlive-collection-latexrecommended") thanos/emacs-packages thanos/python-packages thanos/fonts-packages))) (services (list (service home-bash-service-type -- cgit v1.2.3