diff options
-rw-r--r-- | guix/home.scm | 12 |
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 |