diff options
| author | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-30 20:30:18 -0400 |
|---|---|---|
| committer | Tyler Murphy <tylerm@tylerm.dev> | 2023-09-30 20:30:18 -0400 |
| commit | bcaf856a3486e552027bc7e43bc5d9325db96b93 (patch) | |
| tree | dd2506d2f5e940f890390bcc3cab44012813a0a3 /home-config/home-configuration.scm | |
| parent | go back to custom firefox (diff) | |
| download | dotfiles-guix-bcaf856a3486e552027bc7e43bc5d9325db96b93.tar.gz dotfiles-guix-bcaf856a3486e552027bc7e43bc5d9325db96b93.tar.bz2 dotfiles-guix-bcaf856a3486e552027bc7e43bc5d9325db96b93.zip | |
package lavanda gtk theme
Diffstat (limited to '')
| -rw-r--r-- | home-config/home-configuration.scm | 6 |
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")) |