From ac7c886ebf7f77bbecf46a8cb73622e53cfa3eb5 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Tue, 11 Apr 2023 11:53:57 +0900 Subject: Enable OpenNIC and block clown flare on desktop Also install a few misc packages --- guix/home.scm | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'guix/home.scm') 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)") -- cgit 1.4.1