@@ 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