summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/home-configuration.scm')
-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 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.