diff options
author | Freya Murphy <freya@freyacat.org> | 2024-06-23 22:15:59 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-06-23 22:15:59 -0400 |
commit | 608d0859d3e0056f91fcad3f35c629847ce3709d (patch) | |
tree | c2fe4cb22eea6603d3558b534428e911ae838ff7 /home/home.scm | |
parent | update vim-plug and easyeffects (diff) | |
download | dotfiles-guix-608d0859d3e0056f91fcad3f35c629847ce3709d.tar.gz dotfiles-guix-608d0859d3e0056f91fcad3f35c629847ce3709d.tar.bz2 dotfiles-guix-608d0859d3e0056f91fcad3f35c629847ce3709d.zip |
more hyprland plugins, bluetooth fixes, etc
Diffstat (limited to 'home/home.scm')
-rw-r--r-- | home/home.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/home.scm b/home/home.scm index 03e90e5..e1b9cbd 100644 --- a/home/home.scm +++ b/home/home.scm @@ -131,6 +131,7 @@ ("desktop-common" ,(local-file "config/desktop-common" #:recursive? #t)) ("mimeapps.list" ,(local-file "config/xdg/mimeapps.list" #:recursive? #t)) ("user-dirs.dirs" ,(local-file "config/xdg/user-dirs.dirs" #:recursive? #t)) + ("xdg-desktop-portal/portals.conf" ,(local-file "config/xdg/portals.conf")) ("starship.toml" ,(local-file "config/starship/starship.toml" #:recursive? #t)) ("home-manager/home.nix" ,(local-file "home.nix" #:recursive? #t)) )) @@ -142,6 +143,7 @@ (".local/share/fonts" ,(local-file "local/fonts" #:recursive? #t)) (".local/share/applications" ,(local-file "local/applications" #:recursive? #t)) (".local/share/icons" ,(local-file "local/icons" #:recursive? #t)) + (".local/share/dbus-1/services" ,(local-file "local/dbus/services" #:recursive? #t)) (".nix-channels" ,(local-file "nix-channels")) (".gitconfig" ,(local-file "config/git/gitconfig")))) |