~ruther/guix-config

9936658ec436723829ff52ec35044ce6551867e7 — Rutherther 7 months ago 87782b8
fix: dwl substitutes
1 files changed, 8 insertions(+), 4 deletions(-)

M home/modules/ruther/home/dwl/wm.scm
M home/modules/ruther/home/dwl/wm.scm => home/modules/ruther/home/dwl/wm.scm +8 -4
@@ 3,8 3,12 @@
  #:use-module (gnu packages wm)
  #:use-module (gnu packages xorg)
  #:use-module (gnu packages bash)
  #:use-module (gnu packages emacs)
  #:use-module (gnu packages xdisorg)
  #:use-module (gnu packages terminals)

  #:use-module (ruther packages wayland)
  #:use-module (ruther home passwords)

  #:use-module (guix build-system trivial)



@@ 59,10 63,10 @@
                          (lambda _
                            (copy-file #$(local-file "config.h") "config.h")
                            (substitute* "config.h"
                              (("\"foot\"") (string-append #$foot "/bin/foot"))
                              (("\"rofi\"") (string-append #$rofi-wayland "/bin/rofi"))
                              (("\"passmenu\"") (string-append #$password-store-wl "/bin/passmenu"))
                              (("\"emacsclient\"") (string-append #$emacs-pgtk "/bin/emacsclient"))))))))))))
                              (("\"foot\"") (string-append "\"" #$foot "/bin/foot\""))
                              (("\"rofi\"") (string-append "\"" #$rofi-wayland "/bin/rofi\""))
                              (("\"passmenu\"") (string-append "\"" #$password-store-wl "/bin/passmenu\""))
                              (("\"emacsclient\"") (string-append "\"" #$emacs-pgtk "/bin/emacsclient\""))))))))))))

;; Packages I use when in the WM, it's dependent on those.
(define wm-packages

Do not follow this link