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

View file

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