summaryrefslogtreecommitdiff
path: root/home-config/home-configuration.scm
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 55274d8..ab063b2 100644
--- a/home-config/home-configuration.scm
+++ b/home-config/home-configuration.scm
@@ -17,8 +17,8 @@
(gnu home services)
(home-services pipewire)
(home-packages mozillia)
- (home-packages web)
(home-packages vim)
+ (home-packages gnome-xyz)
(home-packages audio))
@@ -82,7 +82,7 @@
"tree-sitter-cli"
"python-pynvim"))
- (list neovim-new easyeffects firefox-wayland-new)))
+ (list neovim-new easyeffects firefox-wayland-new lavanda-gtk-theme)))
;; Below is the list of Home services. To search for available
;; services, run 'guix home search KEYWORD' in a terminal.
@@ -114,7 +114,7 @@
(".gnupg/sshcontrol" ,(local-file "gnupg/sshcontrol"))
;;(".gnupg/gpg-agent.conf" ,(local-file "gnupg/gpg-agent.conf"))
(".local/share/fonts" ,(local-file "fonts" #:recursive? #t))
- (".local/share/themes" ,(local-file "themes" #:recursive? #t))
+ ;;(".local/share/themes" ,(local-file "themes" #:recursive? #t))
(".local/share/applications" ,(local-file "applications" #:recursive? #t))
(".local/share/icons" ,(local-file "icons" #:recursive? #t))
(".gtkrc-2.0" ,(local-file "gtk/gtkrc-2.0"))