Re: Lock screen gnome

2018-12-14 Thread Timothy Sample
Hi Peter, "Peter Baumgarten" writes: > I just installed guixsd with gnome, but I can not lock the screen when > hit the meta key + L > > Is there anything extra I need to do add this functionality below is > the config.scm I am using AFAIK, the lock screen requires GDM, which currently does

Lock screen gnome

2018-12-14 Thread Peter Baumgarten
I just installed guixsd with gnome, but I can not lock the screen when hit the meta key + L Is there anything extra I need to do add this functionality below is the config.scm I am using (use-modules (gnu) (gnu system nss)) (use-service-modules desktop) (use-package-modules certs gnome

Re: how to customize shell prompt (for emacs tramp compatibility)

2018-12-14 Thread Giovanni Biscuolo
Hi! George Clemmer writes: [...] > --8<---cut here---start->8--- > ;; Make tramp work from macOS to GuixSD > (require 'tramp) > (setq tramp-remote-path > (append tramp-remote-path > '(tramp-own-remote-path))) > (setq tramp-remote-path >

guix pull error: symlink

2018-12-14 Thread Giovanni Biscuolo
Hi, don't know how but I someway, sometime, messed up permissions in my normal user home and some files/dirs were owned by root [1] now I changed the owner of my entire $HOME but "guix pull" still gives me this error: --8<---cut here---start->8---