about summary refs log tree commit diff
path: root/guix/home.scm
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-04-11 11:53:57 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-04-11 12:01:20 +0900
commitac7c886ebf7f77bbecf46a8cb73622e53cfa3eb5 (patch)
treeded9b08817ad5070048a31014503bf2e85dd5ea7 /guix/home.scm
parent21bc63dfddab4537d36af40b77cd3079d9acae8b (diff)
downloaddotfiles-ac7c886ebf7f77bbecf46a8cb73622e53cfa3eb5.tar.gz
Enable OpenNIC and block clown flare on desktop
Also install a few misc packages
Diffstat (limited to 'guix/home.scm')
-rw-r--r--guix/home.scm12
1 files changed, 5 insertions, 7 deletions
diff --git a/guix/home.scm b/guix/home.scm
index e4a8c91..9aed14b 100644
--- a/guix/home.scm
+++ b/guix/home.scm
@@ -10,7 +10,7 @@
 (home-environment
   (packages
     (specifications->packages
-      '("aerc" "icecat" "isync" "liferea" "mu" "nheko" "transmission:gui" "w3m"
+      '("aerc" "isync" "mu" "ncurses" "nheko" "weechat" "weechat-wee-slack"
         "arandr" "libreoffice" "rxvt-unicode"
         "audacious" "ffmpeg" "mediainfo" "mpv" "simplescreenrecorder" "yt-dlp"
         "awesome" "copyq" "dbus" "keynav" "scrot" "sx" "xdg-utils" "xrdb"
@@ -21,20 +21,18 @@
         "git" "git:send-email" "git-lfs" "nss-certs" "sshfs" "stow" "unzip"
         "gnupg" "pinentry" "oath-toolkit"
         "ibus" "ibus-libhangul"
+        "icecat" "liferea" "transmission:gui" "w3m"
         "pavucontrol" "playerctl" "pulsemixer")))
   (services
     (list (service home-bash-service-type
                    (home-bash-configuration
-                     (bashrc (list (local-file
-                                     (string-join
-                                       (list (dirname (current-filename))
-                                             "bashrc")
-                                       "/")
-                                     "bashrc")))))
+                     (bash-profile (list (local-file "./bash-profile")))
+                     (bashrc (list (local-file "./bashrc")))))
           (simple-service 'more-home-environment-variables-service
                           home-environment-variables-service-type
                           `(("SHELL" . #t)
                             ("PATH" . "$HOME/.local/bin:$PATH")
+                            ("GOPATH" . "$HOME/.local/share/go")
                             ("NIX_PATH" . "$HOME/Sauces")
                             ("EDITOR" . "vim")
                             ("GPG_TTY" . "$(tty)")