summaryrefslogtreecommitdiff
path: root/home-config
diff options
context:
space:
mode:
Diffstat (limited to 'home-config')
-rw-r--r--home-config/home-configuration.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm
index 374f673..8dc46b9 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -17,7 +17,8 @@
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 (ryan-packages freedesktop)
21 (ryan-packages mozilla))
21 22
22(define my-neovim 23(define my-neovim
23 (package 24 (package
@@ -92,7 +93,7 @@
92 "git" 93 "git"
93 "node" 94 "node"
94 "git-lfs")) 95 "git-lfs"))
95 (list my-neovim wl-mirror))) 96 (list my-neovim wl-mirror firefox-wayland-new)))
96 97
97 ;; Below is the list of Home services. To search for available 98 ;; Below is the list of Home services. To search for available
98 ;; services, run 'guix home search KEYWORD' in a terminal. 99 ;; services, run 'guix home search KEYWORD' in a terminal.