diff options
author | bd <bdunahu@operationnull.com> | 2024-08-09 22:53:20 -0600 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-08-09 22:53:20 -0600 |
commit | 4cef1d6c85d1b30b13499deb3691fb38b7630664 (patch) | |
tree | c24bfb785bc4d28a3b3844da2c46b66497b08e83 /.config/guix/modules/base.scm | |
parent | c930f6817add6fd5703d4b31777b0e7482d24bab (diff) |
org-roam -> denote
Diffstat (limited to '.config/guix/modules/base.scm')
-rw-r--r-- | .config/guix/modules/base.scm | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/.config/guix/modules/base.scm b/.config/guix/modules/base.scm index 10e73fc..ae6e708 100644 --- a/.config/guix/modules/base.scm +++ b/.config/guix/modules/base.scm @@ -61,7 +61,7 @@ password-store pinentry-emacs transmission - xpdf ; pdftotext + xpdf ; pdftotext yt-dlp cryptsetup @@ -163,7 +163,7 @@ (aliases '(("cp" . "cp -i") ("grep" . "grep --color=auto") ("guix-rcfg" . "sudo guix system -L ${HOME}/.config/guix/ reconfigure ${HOME}/.config/guix/${HOSTNAME}.scm") - ("guix-new" . "guix pull --channels=$HOME/.config/guix/channels-unlocked.scm; guix describe --format=channels > $HOME/.config/guix/channels.scm") + ("guix-new" . "guix pull --channels=$HOME/.config/guix/channels-unlocked.scm; guix describe --format=channels > $HOME/.dotfiles/.config/guix/channels.scm") ("ll" . "ls -l") ("ls" . "ls -p --color=auto") ("mkd" . "mkdir -pv") @@ -200,11 +200,14 @@ alias | sed -E \"s/^alias ([^=]+)='(.*)'$/alias \\1 \\2 \\$*/g; s/'\\\\\\''/'/g; (host-name "192.168.1.114") (user "bdunahu")) (openssh-host (name "vali") - (host-name "192.168.1.64") + (host-name "192.168.1.136") (user "bdunahu")) (openssh-host (name "ivaldi") (host-name "192.168.1.250") (user "root")) + (openssh-host (name "magni") + (host-name "192.168.1.136") + (user "edison")) (openssh-host (name "heimdallr") (host-name "operationnull.com") (user "root")))))) |