~ruther/guix-config

36da93f487ae6e07edb2f7003acce24d55b895af — Rutherther 7 months ago ef0f469
fix: add kill destructor to wayland services
1 files changed, 10 insertions(+), 5 deletions(-)

M home/modules/ruther/home/services/wayland.scm
M home/modules/ruther/home/services/wayland.scm => home/modules/ruther/home/services/wayland.scm +10 -5
@@ 106,7 106,8 @@ This should be called from a wayland compositor like this: `herd start wayland-d
                        (home-emacs-configuration-emacs config)
                        "/bin/emacs")
                     "--fg-daemon"
                     '#$(home-emacs-configuration-extra-arguments config)))))))
                     '#$(home-emacs-configuration-extra-arguments config))))
    (stop #~(make-kill-destructor)))))

(define-public home-emacs-service-type
  (service-type


@@ 131,7 132,8 @@ This should be called from a wayland compositor like this: `herd start wayland-d
              (cons* #$(file-append
                        (home-network-manager-applet-configuration-network-manager-applet config)
                        "/bin/nm-applet")
                     '#$(home-network-manager-applet-configuration-extra-arguments config)))))))
                     '#$(home-network-manager-applet-configuration-extra-arguments config))))
    (stop #~(make-kill-destructor)))))

(define-public home-network-manager-applet-service-type
  (service-type


@@ 156,7 158,8 @@ This should be called from a wayland compositor like this: `herd start wayland-d
              (cons* #$(file-append
                        (home-blueman-applet-configuration-blueman config)
                        "/bin/blueman-applet")
                     '#$(home-blueman-applet-configuration-extra-arguments config)))))))
                     '#$(home-blueman-applet-configuration-extra-arguments config))))
    (stop #~(make-kill-destructor)))))

(define-public home-blueman-applet-service-type
  (service-type


@@ 181,7 184,8 @@ This should be called from a wayland compositor like this: `herd start wayland-d
              (cons* #$(file-append
                        (home-waybar-configuration-waybar config)
                        "/bin/waybar")
                     '#$(home-waybar-configuration-extra-arguments config)))))))
                     '#$(home-waybar-configuration-extra-arguments config))))
    (stop #~(make-kill-destructor)))))

(define-public home-waybar-service-type
  (service-type


@@ 207,7 211,8 @@ This should be called from a wayland compositor like this: `herd start wayland-d
              (cons* #$(file-append
                        (home-gammastep-configuration-gammastep config)
                        "/bin/gammastep")
                     '#$(home-gammastep-configuration-extra-arguments config)))))))
                     '#$(home-gammastep-configuration-extra-arguments config))))
    (stop #~(make-kill-destructor)))))

(define-public home-gammastep-service-type
  (service-type

Do not follow this link