diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-05-21 19:14:36 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-05-21 19:14:36 -0400 |
commit | d3fc4f944422d2357540377eabc6867dd7a182ed (patch) | |
tree | 332fd1cbb9a97e083b4f8f77c6ede9c85203cb9d /home-config/home-configuration.scm | |
parent | b05ac87742fd8db92a85e97063ffdd5221da1de9 (diff) |
committing some changes
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index b89ff26..a3454cd 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -22,6 +22,8 @@ | |||
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) | ||
26 | (rosenthal packages binaries) | ||
25 | (ryan-packages mozilla)) | 27 | (ryan-packages mozilla)) |
26 | 28 | ||
27 | (define my-neovim | 29 | (define my-neovim |
@@ -127,7 +129,7 @@ | |||
127 | ;"firefox" | 129 | ;"firefox" |
128 | "signal-desktop" | 130 | "signal-desktop" |
129 | "git-lfs")) | 131 | "git-lfs")) |
130 | (list my-neovim wl-mirror firefox-wrapped calcurse-fixed))) | 132 | (list my-neovim wl-mirror firefox-wrapped calcurse-fixed superfile-bin))) |
131 | 133 | ||
132 | ;; Below is the list of Home services. To search for available | 134 | ;; Below is the list of Home services. To search for available |
133 | ;; services, run 'guix home search KEYWORD' in a terminal. | 135 | ;; services, run 'guix home search KEYWORD' in a terminal. |