From bcaf856a3486e552027bc7e43bc5d9325db96b93 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 30 Sep 2023 20:30:18 -0400 Subject: package lavanda gtk theme --- home-config/home-configuration.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'home-config/home-configuration.scm') 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")) -- cgit v1.2.3-freya