summaryrefslogtreecommitdiff
path: root/guix
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-11-06 10:18:08 +0200
committerThanos Apollo <[email protected]>2024-11-06 10:18:08 +0200
commit25d977f3cbf9469de70fcf15797549200be0cda7 (patch)
tree818351e661a6668c6345ea95c8b8f47f66891842 /guix
parentb2405105d4c9f7416870634521aa556a3f1ed252 (diff)
guix: home: Remove nyxt
Diffstat (limited to 'guix')
-rw-r--r--guix/home.scm14
1 files changed, 7 insertions, 7 deletions
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