Sorry, I would not know how to find that out.
"Philip McGrath" writes:
> On Sun, Jul 2, 2023, at 12:12 PM, Chris Keschnat wrote:
>> This works
>>
>> ck@brak ~ $ guix shell --no-grafts racket -- racket
>> --version
>> Welcome to Racket v8.8 [cs].
>>>
>>
>
> That's very useful!
>
> I'm not exac
On 7/4/23 12:26, danclm--- via wrote:
> Hello everyone!
>
> My T420 with Guix (no DE, only SDDM + Elogind + Sway) hangs during shutdown
> after running loginctl poweroff/reboot or /sbin/shutdown /sbin/reboot. It
> just sits there and only resolution is hard poweroff. It happens often.
In case th
Hi Robby,
thanks for your response.
Do you mind sharing your config?
I never managed on Guix to autologin and automatically start Sway without a
display manager.
Daniele
--
Jul 4, 2023, 23:21 by cont...@robbyzambito.me:
> Hi,
>
> I don't have any suggestions for you, I just wish to add that
Hello everyone!
My T420 with Guix (no DE, only SDDM + Elogind + Sway) hangs during shutdown
after running loginctl poweroff/reboot or /sbin/shutdown /sbin/reboot. It just
sits there and only resolution is hard poweroff. It happens often.
Is there something that I'm missing in my system.scm?
Credit where credit is due, the shebang's idea comes from guix's manual.
You can also do the following:
#+begin_src bash
#!/usr/bin/env bash
# Autowrap self in guix shell
if [ -z "${GUIX_ENVIRONMENT:-}" ]
then
guix shell YOUR DEPENDENCIES HERE -- "$0" "$@"
exit 0
fi
ACTUAL CONTENTS OF THE