Put in earplugs

This commit is contained in:
nik gaffney 2024-03-19 23:04:32 +01:00
parent 02cdb79828
commit 6e65d33a8d
Signed by: nik
GPG key ID: 989F5E6EDB478160
2 changed files with 20 additions and 16 deletions

View file

@ -52,27 +52,25 @@ Packages that will show up in the home profile under =~/.guix-home/profile=
#+END_SRC
*** generally useful
#+BEGIN_SRC scheme
"nordic-theme"
"firefox"
"emacs-guix"
"emacs-next"
"libreoffice"
"rsync"
;; "nyxt"
"gnupg"
"rbw"
"crda"
"htop"
"tree"
"password-store"
#+END_SRC
*** KDE packages
various features not installed as part of =plasma-desktop-service=
#+BEGIN_SRC scheme
;; "kmail"
;; "krunner"
;; "akonadi"
"dolphin-plugins"
"akonadi"
#+END_SRC
*** terminal
kitty config is in =dotfiles/kitty/kitty.conf=
kitty config located in =dotfiles/.config/kitty/kitty.conf=
#+BEGIN_SRC scheme
"kitty"
#+END_SRC
@ -110,7 +108,11 @@ kitty config is in =dotfiles/kitty/kitty.conf=
*** network & interconnect
#+BEGIN_SRC scheme
"firefox"
;; "nyxt"
"nextcloud-client"
"nmap"
"w3m"
#+END_SRC
*** fonts & typography
@ -162,7 +164,7 @@ Additional channels → nonguix (aka “The GUIX Channel That Shall Not Be Named
(url "https://gitlab.com/zzkt/guix")
(branch "endless")
(commit
"ef1868ed9bdcf1a49771442e405bd88207b3ab0c")
"02cdb798288a79e77e2b42f712c64b758de22499")
(introduction
(make-channel-introduction
"fc0ada85de1980e1fc9ee50672d827c0c17c3e7d"

View file

@ -1,6 +1,6 @@
;; -*- mode: scheme; coding: utf-8; -*-
;;
;; tangled from home-configuration.org on 2024-03-19 15:08:39+01:00)
;; tangled from home-configuration.org on 2024-03-19 23:04:17+01:00)
(use-modules (gnu)
(gnu home)
@ -21,22 +21,20 @@
(home-environment
(packages (specifications->packages
(list
"nordic-theme"
"firefox"
"emacs-guix"
"emacs-next"
"libreoffice"
"rsync"
;; "nyxt"
"gnupg"
"rbw"
"crda"
"htop"
"tree"
"password-store"
;; "kmail"
;; "krunner"
;; "akonadi"
"dolphin-plugins"
"akonadi"
"kitty"
@ -63,7 +61,11 @@
"gcc-toolchain"
"git" "git:send-email"
"firefox"
;; "nyxt"
"nextcloud-client"
"nmap"
"w3m"
"font-monaspace"
"font-recursive"
@ -98,7 +100,7 @@
(url "https://gitlab.com/zzkt/guix")
(branch "endless")
(commit
"ef1868ed9bdcf1a49771442e405bd88207b3ab0c")
"02cdb798288a79e77e2b42f712c64b758de22499")
(introduction
(make-channel-introduction
"fc0ada85de1980e1fc9ee50672d827c0c17c3e7d"