> Please attach your config to the mail as it's not so big to paste it > somewhere (btw people don't like "pastebin" as it won't work with tor). Grateful for the suggestion! I sometimes forget this excellent tools! Here's the ideaconfig.scm > For the locales, I think you may use something like this: > > --8<---------------cut here---------------start------------->8--- > (operating-system > ... > (locale "en_US.utf8") > (locale-definitions > (list (locale-definition (source "en_US") > (name "en_US.utf8")) > (locale-definition (source "it_IT") > (name "it_IT.utf8")))) > ...) > --8<---------------cut here---------------end--------------->8--- > > -- > Alex Does it assigs GB keyboard layout within IT locales, or it adds two parallel locales? > So now you can do something like: > > (operating-system > ;; ... > (kernel-arguments '("processor.max_cstate=2"))) > > and run ‘guix pull && guix system reconfigure /the/config/file.scm’. > > Can you confirm that it works for you? I was able to install some packages, but actually, performing 'guix pull' brings my laptop off or freezed after sometime. I've attached my last attempt, and the only particular anomaly i've found was it's temperature (sensors attached), 2 minutes before it freezed again. I was wondering if i should apply any acpi adjustments (i didn't pass the kernel parameter yet! i think it get's even warmer with it) Fizzy Experiments! Thanks