diff options
author | bd <bdunahu@colostate.edu> | 2024-05-16 03:06:16 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-05-16 03:06:16 -0600 |
commit | 2287b602d5d3336dcf0760c9a2a46de7e58a49f8 (patch) | |
tree | 10752cb10a51c5b21f4560a4509c2a663fdbf8d4 /.config/guix/modules/xdg.scm | |
parent | 1901f2326216b05d6417e18ef52c8aab11451afa (diff) |
Base transmission
Diffstat (limited to '.config/guix/modules/xdg.scm')
-rw-r--r-- | .config/guix/modules/xdg.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.config/guix/modules/xdg.scm b/.config/guix/modules/xdg.scm index 3c122f6..104c215 100644 --- a/.config/guix/modules/xdg.scm +++ b/.config/guix/modules/xdg.scm @@ -18,6 +18,18 @@ (publicshare "$HOME") (templates "$HOME") (videos "$HOME/media"))) + (service home-xdg-mime-applications-service-type + (home-xdg-mime-applications-configuration + (default + '((application/x-bittorrent . torrent.desktop) + (x-scheme-handler/magnet . torrent.desktop))) + (desktop-entries + (list + (xdg-desktop-entry + (file "torrent") + (name "Torrent") + (type 'application) + (config '((exec . "transmission-remote -a %u")))))))) (simple-service 'dotfiles home-files-service-type `((".Xresources" |