Put in earplugs
This commit is contained in:
parent
d22a11448e
commit
ff9e92d892
3 changed files with 11 additions and 5 deletions
|
@ -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.)
|
- 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://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://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
|
various and sundry
|
||||||
- [[https://gephi.org][gephi]] (release version 0.10.1 installed as binary. not currently building from source)
|
- [[https://gephi.org][gephi]] (release version 0.10.1 installed as binary. not currently building from source)
|
||||||
|
|
|
@ -116,6 +116,7 @@ kitty config located in =dotfiles/.config/kitty/kitty.conf=
|
||||||
"nextcloud-client"
|
"nextcloud-client"
|
||||||
"nmap"
|
"nmap"
|
||||||
"w3m"
|
"w3m"
|
||||||
|
"bind:utils"
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** fonts & typography
|
*** fonts & typography
|
||||||
|
|
||||||
|
@ -199,14 +200,14 @@ zsh (and/or completions and/or [[https://lists.gnu.org/archive/html/help-guix/20
|
||||||
(environment-variables
|
(environment-variables
|
||||||
'(("HISTFILE" . "$HOME/.config/zsh/.history")
|
'(("HISTFILE" . "$HOME/.config/zsh/.history")
|
||||||
("HISTSIZE" . "800000")
|
("HISTSIZE" . "800000")
|
||||||
("SAVEHIST" . "800000")))))
|
("SAVEHIST" . "800000")))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
the zsh dotfiles are added manually rather than using dotfiles-service (duplicate errors when managed by =home-dotfiles-service= )
|
the zsh dotfiles are added manually rather than using dotfiles-service (duplicate errors when managed by =home-dotfiles-service= )
|
||||||
#+BEGIN_SRC scheme
|
#+BEGIN_SRC scheme
|
||||||
(zshenv
|
(zshenv
|
||||||
(list (local-file "dotfiles/.config/zsh/.zshenv" "zshenv")))
|
(list (local-file "dotfiles/.config/zsh/.zshenv" "zshenv")))
|
||||||
(zshrc
|
(zshrc
|
||||||
(list (local-file "dotfiles/.config/zsh/.zshrc" "zshrc")))))
|
(list (local-file "dotfiles/.config/zsh/.zshrc" "zshrc")))))))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** gnupg
|
*** gnupg
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
;; -*- mode: scheme; coding: utf-8; -*-
|
;; -*- 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)
|
(use-modules (gnu)
|
||||||
(gnu home)
|
(gnu home)
|
||||||
|
@ -69,6 +69,7 @@
|
||||||
"nextcloud-client"
|
"nextcloud-client"
|
||||||
"nmap"
|
"nmap"
|
||||||
"w3m"
|
"w3m"
|
||||||
|
"bind:utils"
|
||||||
|
|
||||||
"font-monaspace"
|
"font-monaspace"
|
||||||
"font-recursive"
|
"font-recursive"
|
||||||
|
@ -125,12 +126,12 @@
|
||||||
(environment-variables
|
(environment-variables
|
||||||
'(("HISTFILE" . "$HOME/.config/zsh/.history")
|
'(("HISTFILE" . "$HOME/.config/zsh/.history")
|
||||||
("HISTSIZE" . "800000")
|
("HISTSIZE" . "800000")
|
||||||
("SAVEHIST" . "800000")))))
|
("SAVEHIST" . "800000")))
|
||||||
|
|
||||||
(zshenv
|
(zshenv
|
||||||
(list (local-file "dotfiles/.config/zsh/.zshenv" "zshenv")))
|
(list (local-file "dotfiles/.config/zsh/.zshenv" "zshenv")))
|
||||||
(zshrc
|
(zshrc
|
||||||
(list (local-file "dotfiles/.config/zsh/.zshrc" "zshrc")))))
|
(list (local-file "dotfiles/.config/zsh/.zshrc" "zshrc")))))))
|
||||||
|
|
||||||
(service home-gpg-agent-service-type
|
(service home-gpg-agent-service-type
|
||||||
(home-gpg-agent-configuration
|
(home-gpg-agent-configuration
|
||||||
|
|
Loading…
Reference in a new issue