Rodrigo Morales <[email protected]> writes: > [...] > I've symlinked `~/my/guix-config/xdg/xsession' to `~/.xsession' by > using the following instruction in > `~/my/guix-config/home-configuration.scm' (see appendix for my > complete configuration) > > ,---- > | (... some omitted lines ...) > | (service > | home-files-service-type > | `((".xsession" > | ,(local-file "xdg/xsession")) > | (... some omitted lines ...) > | #+END_SRC scheme
Hello, you can use (local-file "xdg/xsession" recursive? #t) to make the store file kept the permission bits, which would lead to a executable ~/.xsession. Hope this helps!
