summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2024-10-08 09:40:47 -0400
committerRyan Schanzenbacher <ryan@rschanz.org>2024-10-08 09:40:47 -0400
commitca201bd9f1ce2bc1e6b5eb5107bf3ffc764417b4 (patch)
treed3bd8f57542017afc2338f394155bdb3a38e9f61 /home-config/home-configuration.scm
parent1c883be601dd74149382dfbf314b379581eef57e (diff)
Changed some packages around for update to succeed
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r--home-config/home-configuration.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 52ad152..6289453 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -22,7 +22,7 @@
22 (ryan-config utils) 22 (ryan-config utils)
23 (ryan-packages freedesktop) 23 (ryan-packages freedesktop)
24 (ryan-packages calcurse) 24 (ryan-packages calcurse)
25 (ryan-packages binaries) 25 ;(ryan-packages binaries)
26 (rosenthal packages binaries) 26 (rosenthal packages binaries)
27 (ryan-packages mozilla)) 27 (ryan-packages mozilla))
28 28
@@ -56,7 +56,7 @@
56 "pulseaudio" ;only for pactl 56 "pulseaudio" ;only for pactl
57 "qpwgraph" 57 "qpwgraph"
58 "gnunet" 58 "gnunet"
59 "ffmpeg" 59 ;"ffmpeg" ; removed for mpv prop input
60 "qrencode" 60 "qrencode"
61 "tmux" 61 "tmux"
62 "binutils" 62 "binutils"
@@ -134,7 +134,7 @@
134 "signal-desktop" 134 "signal-desktop"
135 "sc-im" 135 "sc-im"
136 "git-lfs")) 136 "git-lfs"))
137 (list my-neovim wl-mirror firefox-wrapped calcurse-fixed superfile-bin))) 137 (list my-neovim wl-mirror firefox-wrapped calcurse-fixed )))
138 138
139 ;; Below is the list of Home services. To search for available 139 ;; Below is the list of Home services. To search for available
140 ;; services, run 'guix home search KEYWORD' in a terminal. 140 ;; services, run 'guix home search KEYWORD' in a terminal.