about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-17 14:50:37 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-02-17 14:53:59 +0900
commit04ebc33a55a0f05a4d938b02393fb03cb213d5e3 (patch)
treead5bd75a73340de700d0e3a0c45a9c075983e9a1
parent37d30406c48c1fbe79fd6db4cd2ccecf265792f5 (diff)
downloaddotfiles-04ebc33a55a0f05a4d938b02393fb03cb213d5e3.tar.gz
Install more Guix packages
-rw-r--r--guix/home.scm16
-rw-r--r--guix/system.scm4
2 files changed, 11 insertions, 9 deletions
diff --git a/guix/home.scm b/guix/home.scm
index fb750ab..0597ed5 100644
--- a/guix/home.scm
+++ b/guix/home.scm
@@ -10,15 +10,17 @@
 (home-environment
   (packages
     (specifications->packages
-      '("arandr" "libreoffice" "rxvt-unicode"
+      '("aerc" "icecat" "isync" "liferea" "mu" "nheko" "transmission:gui" "w3m"
+        "arandr" "libreoffice" "rxvt-unicode"
         "audacious" "ffmpeg" "mediainfo" "mpv" "simplescreenrecorder" "yt-dlp"
-        "awesome" "copyq" "dbus" "keynav" "scrot" "sx" "xrdb"
+        "awesome" "copyq" "dbus" "keynav" "scrot" "sx" "xdg-utils" "xrdb"
         "bastet" "hedgewars"
-        "icecat" "isync" "liferea" "mu" "nheko" "transmission:gui" "w3m"
-        "git" "git:send-email" "git-lfs" "rsync" "sshfs" "stow"
-        "font-google-noto" "font-latin-modern"
-        "gcc" "python" "gnupg" "pinentry" "oath-toolkit"
-        "imv" "imagemagick" "zathura" "zathura-pdf-poppler"
+        "font-google-noto" "font-latin-modern" "qt5ct"
+        "gcc" "python" "texlive"
+        "gimp" "imv" "imagemagick" "zathura" "zathura-pdf-poppler"
+        "git" "git:send-email" "git-lfs" "nss-certs" "sshfs" "stow" "unzip"
+        "gnupg" "pinentry" "oath-toolkit"
+        "ibus" "ibus-libhangul"
         "pavucontrol" "playerctl" "pulsemixer")))
   (services
     (list (service home-bash-service-type
diff --git a/guix/system.scm b/guix/system.scm
index 887aa16..e53f361 100644
--- a/guix/system.scm
+++ b/guix/system.scm
@@ -20,8 +20,8 @@
   (packages
     (append
       (specifications->packages
-        '("curl" "fd" "file" "htop" "nss-certs"
-          "ranger" "ripgrep" "rsync" "vim-full"))
+        '("bash-completion" "curl" "fd" "file" "htop"
+          "nss-certs" "ranger" "ripgrep" "rsync" "vim-full"))
       %base-packages))
   (services
     (cons* (service openssh-service-type