From ff9e92d892d50b0429b690a8f06e1b0a07c0cda2 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Sun, 14 Apr 2024 15:00:04 +0200 Subject: [PATCH] Put in earplugs --- README.org | 4 ++++ config/home-configuration.org | 5 +++-- config/home-configuration.scm | 7 ++++--- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 4952c6b..c62a584 100644 --- a/README.org +++ b/README.org @@ -9,6 +9,10 @@ design & publishing - fonts & type collections from [[http://osp.kitchen/][OSP]] and [[https://velvetyne.fr/][velvetyne]] in particular with selections from [[https://usemodify.com/][usemodify]] (curated by Raphaƫl Bastide.) - [[https://www.scribus.net/][scribus]] (release version 1.6.1 and =scribus-next= development branch) - [[https://soupault.app/][soupault]] static site generator and robotic webmaster (version 4.6.0 and dependencies not currently in guix) +- [[https://www.zotero.org/][zotero]] (via guix-science) +- supercollider (GUI and TUI versions) +- pipeworld for arcan +- frameworkinfo various and sundry - [[https://gephi.org][gephi]] (release version 0.10.1 installed as binary. not currently building from source) diff --git a/config/home-configuration.org b/config/home-configuration.org index 1fbbb92..aa86dbd 100644 --- a/config/home-configuration.org +++ b/config/home-configuration.org @@ -116,6 +116,7 @@ kitty config located in =dotfiles/.config/kitty/kitty.conf= "nextcloud-client" "nmap" "w3m" + "bind:utils" #+END_SRC *** fonts & typography @@ -199,14 +200,14 @@ zsh (and/or completions and/or [[https://lists.gnu.org/archive/html/help-guix/20 (environment-variables '(("HISTFILE" . "$HOME/.config/zsh/.history") ("HISTSIZE" . "800000") - ("SAVEHIST" . "800000"))))) + ("SAVEHIST" . "800000"))) #+END_SRC the zsh dotfiles are added manually rather than using dotfiles-service (duplicate errors when managed by =home-dotfiles-service= ) #+BEGIN_SRC scheme (zshenv (list (local-file "dotfiles/.config/zsh/.zshenv" "zshenv"))) (zshrc - (list (local-file "dotfiles/.config/zsh/.zshrc" "zshrc"))))) + (list (local-file "dotfiles/.config/zsh/.zshrc" "zshrc"))))))) #+END_SRC *** gnupg diff --git a/config/home-configuration.scm b/config/home-configuration.scm index 9231451..398eeba 100644 --- a/config/home-configuration.scm +++ b/config/home-configuration.scm @@ -1,6 +1,6 @@ ;; -*- mode: scheme; coding: utf-8; -*- ;; -;; tangled from home-configuration.org on 2024-04-14 13:47:30+02:00) +;; tangled from home-configuration.org on 2024-04-14 14:56:58+02:00) (use-modules (gnu) (gnu home) @@ -69,6 +69,7 @@ "nextcloud-client" "nmap" "w3m" + "bind:utils" "font-monaspace" "font-recursive" @@ -125,12 +126,12 @@ (environment-variables '(("HISTFILE" . "$HOME/.config/zsh/.history") ("HISTSIZE" . "800000") - ("SAVEHIST" . "800000"))))) + ("SAVEHIST" . "800000"))) (zshenv (list (local-file "dotfiles/.config/zsh/.zshenv" "zshenv"))) (zshrc - (list (local-file "dotfiles/.config/zsh/.zshrc" "zshrc"))))) + (list (local-file "dotfiles/.config/zsh/.zshrc" "zshrc"))))))) (service home-gpg-agent-service-type (home-gpg-agent-configuration