about summary refs log tree commit diff
path: root/guix/home.scm
diff options
context:
space:
mode:
Diffstat (limited to 'guix/home.scm')
-rw-r--r--guix/home.scm16
1 files changed, 11 insertions, 5 deletions
diff --git a/guix/home.scm b/guix/home.scm
index df3ab72..fcdc8fd 100644
--- a/guix/home.scm
+++ b/guix/home.scm
@@ -22,13 +22,13 @@
             "gui")
       (specifications->packages
         '("aerc" "isync" "mu" "nheko" "weechat" "weechat-wee-slack"
-          "arandr" "libreoffice" "python-ueberzug" "rxvt-unicode"
+          "arandr" "libreoffice" "python-ueberzug" "rxvt-unicode" "scrot"
           "audacious" "ffmpeg" "mediainfo" "mpv" "simplescreenrecorder"
-          "awesome" "copyq" "dbus" "keynav" "scrot" "sx" "xdg-utils" "xrdb"
+          "awesome" "copyq" "dbus" "keynav" "sx" "xdg-utils" "xkill" "xrdb"
           "bastet" "extremetuxracer" "gnujump" "hedgewars" "kiki" "neverball"
-          "dico" "icecat" "liferea" "w3m" "yt-dlp"
+          "dico" "icecat" "liferea" "tipp10" "w3m" "yt-dlp"
           "font-google-noto" "font-latin-modern" "hicolor-icon-theme" "qt5ct"
-          "gcc-toolchain" "python" "texlive" "zig"
+          "gcc-toolchain" "make" "python" "texlive" "zig"
           "gimp" "imv" "imagemagick" "zathura" "zathura-pdf-poppler"
           "git" "git:send-email" "git-lfs"
           "gnupg" "pinentry" "nss-certs" "oath-toolkit"
@@ -37,6 +37,7 @@
   (services
     (list (service home-bash-service-type
                    (home-bash-configuration
+                     (aliases '(("dict" . "dico")))
                      (bash-profile (list (local-file "bash-profile")))
                      (bashrc (list (local-file "bashrc")))))
           (simple-service
@@ -68,11 +69,16 @@
                                                 (host-name "loang.net")
                                                 (user "cnx")
                                                 (port 2211))
+                                  (openssh-host (name "super")
+                                                (host-name "10.20.19.28")
+                                                (user "phong")
+                                                (port 4071))
                                   (openssh-host (name "rack")
                                                 (host-name "10.20.18.56")
                                                 (user "cnx")
                                                 (port 4071))))
-                     (authorized-keys (list (local-file "cnx.pub")))
+                     (authorized-keys (list (local-file "brno.pub")
+                                            (local-file "cnx.pub")))
                      (add-keys-to-agent "yes")))
           (service home-gpg-agent-service-type
                    (home-gpg-agent-configuration