Skip to content

Commit

Permalink
Put in earplugs
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt committed Mar 19, 2024
1 parent 02cdb79 commit 6e65d33
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 16 deletions.
18 changes: 10 additions & 8 deletions config/home-configuration.org
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down
18 changes: 10 additions & 8 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-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)
Expand All @@ -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"

Expand All @@ -63,7 +61,11 @@
"gcc-toolchain"
"git" "git:send-email"

"firefox"
;; "nyxt"
"nextcloud-client"
"nmap"
"w3m"

"font-monaspace"
"font-recursive"
Expand Down Expand Up @@ -98,7 +100,7 @@
(url "https://gitlab.com/zzkt/guix")
(branch "endless")
(commit
"ef1868ed9bdcf1a49771442e405bd88207b3ab0c")
"02cdb798288a79e77e2b42f712c64b758de22499")
(introduction
(make-channel-introduction
"fc0ada85de1980e1fc9ee50672d827c0c17c3e7d"
Expand Down

0 comments on commit 6e65d33

Please sign in to comment.