Skip to content

Commit

Permalink
Put in earplugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt committed Apr 14, 2024
1 parent d22a114 commit ff9e92d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
5 changes: 3 additions & 2 deletions config/home-configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ kitty config located in =dotfiles/.config/kitty/kitty.conf=
"nextcloud-client"
"nmap"
"w3m"
"bind:utils"
#+END_SRC
*** fonts & typography

Expand Down Expand Up @@ -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
Expand Down
7 changes: 4 additions & 3 deletions config/home-configuration.scm
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -69,6 +69,7 @@
"nextcloud-client"
"nmap"
"w3m"
"bind:utils"

"font-monaspace"
"font-recursive"
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ff9e92d

Please sign in to comment.