From ec08b57c66e29357f8a0f96c74e822f030e5fc18 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 18 Sep 2023 17:04:32 +0900 Subject: Update desktop's package set and SSH conf --- guix/home.scm | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'guix/home.scm') 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 -- cgit 1.4.1