Re: getting loginctl to work

2023-03-27 Thread SeerLite
S; } });") and added the above to my services like: (simple-service 'polkit-power-rules polkit-service-type (list polkit-power-rules)) You'd have to do something but I'm guessing for `login1.poweroff` instead. SeerLite

Re: open config.scm with sudo and gedit or emacs

2023-03-12 Thread SeerLite
Hi! On March 12, 2023 4:07:25 AM GMT-03:00, "Boris A. Dekshteyn" wrote: >SeerLite writes: > >> >> sudo guix system reconfigure ~/.config/guix/system-config.scm > >sudo -E ... > No, that will create root-owned files in ~/.cache. I always get trouble us

Re: open config.scm with sudo and gedit or emacs

2023-03-11 Thread SeerLite
ly is > >sudo cp ~/.config/guix/system-config.scm /etc/config.scm Hi! Why not use the configuration from ~/.config directly? Why copy at all? I do sudo guix system reconfigure ~/.config/guix/system-config.scm SeerLite

Re: Mysteries of channel configuration during system reconfigure

2023-03-09 Thread SeerLite
ing AKA what comes up in `guix describe` I hope my explanation was helpful! SeerLite

Re: Generating helptags for vim plugins

2023-02-23 Thread SeerLite
.gnu.org/54221#30> SeerLite

Re: package exists but not showing

2022-12-01 Thread SeerLite
Perhaps `guix install` should disallow installing guix to avoid these common mistakes?

Re: printer installed, now scanner ?

2022-02-20 Thread SeerLite
s_ stop. It will continue reading everything as if it's part of the "append", when it actually has to close inside of services. Does that make sense? I hope you're able to get it working this time! :) SeerLite

Re: printer installed, now scanner ?

2022-02-20 Thread SeerLite
On 2/20/22 11:13, Gottfried wrote: what do I have to add exactly and where? Hi! You have to *replace* %desktop-services in your file with the example usage of modify-services from the manual that Gary sent in his previous email. This: %desktop-services has to become this: (modify

Re: Stuck at scheme prompt when booting

2022-02-12 Thread SeerLite
ion`. You can modify it by using `modify-services` on %desktop-services. See these manual pages for the usage of modify-services and also documentation of network-manager-configuration: * https://guix.gnu.org/manual/en/html_node/Service-Reference.html * https://guix.gnu.org/manual/en/html_node/Networking-Services.html SeerLite

Overriding xkeyboard-config package used by xorg-wrapper

2021-11-02 Thread SeerLite
seems like`xorg-wrapper` just uses the default xkeyboard-config for `-xkbdir`. Is there a way I can make it use the input from the server package I set in xorg-configuration instead? Or is there at least any way I can directly override the xkeyboard-config package used by xorg-wrapper? Thanks :) SeerLite