Put in earplugs
This commit is contained in:
parent
09d8efeb13
commit
e45f9c850f
1 changed files with 65 additions and 61 deletions
|
@ -1,13 +1,21 @@
|
||||||
;; -*- mode: scheme; coding: utf-8; -*-
|
;; -*- mode: scheme; coding: utf-8; -*-
|
||||||
;;
|
;;
|
||||||
;; tangled from home-configuration.org on 2024-02-07 18:22:13+01:00)
|
;; tangled from home-configuration.org on 2024-02-07 18:41:00+01:00)
|
||||||
|
|
||||||
(use-modules (gnu)
|
(use-modules (gnu)
|
||||||
(gnu home)
|
(gnu home)
|
||||||
(gnu packages)
|
(gnu packages)
|
||||||
|
(gnu services)
|
||||||
(gnu packages gnupg)
|
(gnu packages gnupg)
|
||||||
|
(gnu packages shells)
|
||||||
|
(guix channels)
|
||||||
(guix gexp)
|
(guix gexp)
|
||||||
|
(gnu home services)
|
||||||
|
(gnu home services guix)
|
||||||
(gnu home services shells)
|
(gnu home services shells)
|
||||||
|
(gnu home services dotfiles)
|
||||||
|
(gnu home services desktop)
|
||||||
|
(gnu home services sound)
|
||||||
(gnu home services gnupg))
|
(gnu home services gnupg))
|
||||||
|
|
||||||
(home-environment
|
(home-environment
|
||||||
|
@ -77,7 +85,7 @@
|
||||||
(openpgp-fingerprint
|
(openpgp-fingerprint
|
||||||
"24A7 4604 91E6 A60F 5BB4 A00F 989F 5E6E DB47 8160"))))))
|
"24A7 4604 91E6 A60F 5BB4 A00F 989F 5E6E DB47 8160"))))))
|
||||||
|
|
||||||
(simple-service 'some-useful-env-vars-service
|
(simple-service 'variant-env-vars-service
|
||||||
home-environment-variables-service-type
|
home-environment-variables-service-type
|
||||||
`(("NOTMUCH_PROFILE" . "$HOME/.config/notmuch/notmuch.conf")
|
`(("NOTMUCH_PROFILE" . "$HOME/.config/notmuch/notmuch.conf")
|
||||||
("LD_LIBRARY_PATH" . "$HOME/.guix-profile/lib")
|
("LD_LIBRARY_PATH" . "$HOME/.guix-profile/lib")
|
||||||
|
@ -106,14 +114,10 @@
|
||||||
(home-dotfiles-configuration
|
(home-dotfiles-configuration
|
||||||
(directories (list "dotfiles"))))
|
(directories (list "dotfiles"))))
|
||||||
|
|
||||||
|
(service home-dbus-service-type)
|
||||||
|
|
||||||
(service home-pipewire-service-type
|
(service home-pipewire-service-type
|
||||||
(home-pipewire-configuration
|
(home-pipewire-configuration
|
||||||
(pipewire "pipewire")
|
|
||||||
(wireplumber "wireplumber")
|
|
||||||
(enable-pulseaudio? #t)))
|
(enable-pulseaudio? #t)))
|
||||||
|
|
||||||
;; see -> https://guix.gnu.org/manual/devel/en/html_node/Fonts-Home-Services.html
|
|
||||||
|
|
||||||
))) ;; end home-environment
|
))) ;; end home-environment
|
||||||
|
|
Loading…
Reference in a new issue