diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-08 20:48:33 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2023-09-08 20:48:33 -0400 |
commit | 9c784f795d5f9a21c725bf659f7c22adaa024f9e (patch) | |
tree | 1b8e02b06dfaf0383a9870d559287046f3ff4c67 /home-config/home-configuration.scm | |
parent | 33ab4884f3a71d6962769aa747fb9657b93a8a16 (diff) |
added fonts and wl-mirror
Diffstat (limited to 'home-config/home-configuration.scm')
-rw-r--r-- | home-config/home-configuration.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 5bd0ed8..374f673 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -16,7 +16,8 @@ | |||
16 | (gnu home services desktop) | 16 | (gnu home services desktop) |
17 | (gnu home services gnupg) | 17 | (gnu home services gnupg) |
18 | (gnu home services) | 18 | (gnu home services) |
19 | (ryan-services pipewire)) | 19 | (ryan-services pipewire) |
20 | (ryan-packages freedesktop)) | ||
20 | 21 | ||
21 | (define my-neovim | 22 | (define my-neovim |
22 | (package | 23 | (package |
@@ -91,7 +92,7 @@ | |||
91 | "git" | 92 | "git" |
92 | "node" | 93 | "node" |
93 | "git-lfs")) | 94 | "git-lfs")) |
94 | (list my-neovim))) | 95 | (list my-neovim wl-mirror))) |
95 | 96 | ||
96 | ;; Below is the list of Home services. To search for available | 97 | ;; Below is the list of Home services. To search for available |
97 | ;; services, run 'guix home search KEYWORD' in a terminal. | 98 | ;; services, run 'guix home search KEYWORD' in a terminal. |