summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-10-15 09:16:00 +0300
committerThanos Apollo <[email protected]>2024-10-15 09:16:00 +0300
commited8d369e0fa31e119c83ed607bf35e3c5876797d (patch)
treebecc746158327fce5054ff32a4a5e7d36a3e38c0
parent77398d0ad02729aa0c88d878d7375b883d5c79cf (diff)
guix: home: Remove unused packages.
-rw-r--r--guix/home.scm12
1 files changed, 4 insertions, 8 deletions
diff --git a/guix/home.scm b/guix/home.scm
index a750eeb..f301605 100644
--- a/guix/home.scm
+++ b/guix/home.scm
@@ -1,8 +1,4 @@
-;; This "home-environment" file can be passed to 'guix home reconfigure'
-;; to reproduce the content of your profile. This is "symbolic": it only
-;; specifies package names. To reproduce the exact same profile, you also
-;; need to capture the channels being used, as returned by "guix describe".
-;; See the "Replicating Guix" section in the manual.
+;; Welcome to my ~
(define-module (home)
#:use-module (guix gexp)
@@ -38,13 +34,13 @@
(home-environment
(packages (specifications->packages
- (append '("mu" "perl" "tree" "yt-dlp" "icecat" "gcc-toolchain" "wl-clipboard"
- "syncthing" "hyfetch" "transmission" "isync" "mpv" "steam" "signal-desktop"
+ (append '("yt-dlp" "icecat" "gcc-toolchain" "wl-clipboard"
+ "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"
- "libtree" "notmuch" "hunspell-dict-en-us" "sbcl" "xkeyboard-config")
+ "notmuch" "hunspell-dict-en-us" "sbcl" "xkeyboard-config")
thanos/emacs-packages thanos/python-packages thanos/fonts-packages)))
(services
(list (service home-bash-service-type