Oleander via writes:
> Hello,
> is it possible to define my own fonts.conf file with a Guix home
> service or to prevent Guix from creating the
> ~/.config/fontconfig/fonts.conf symlink?
Hello, I use `home-dotfiles-service-type` with
`.config/fontconfig/conf.d/00-default.conf` for this purpose.
gfp writes:
> Hi Guix,
>
> 1.
> I wanted to change the language into English
> but it didn´t work
> Why?
>
> gfp@Tuxedo ~$ export LC_ALL=C*
> bash: Warnung: setlocale: LC_ALL: Kann die Regionseinstellungen nicht
> ändern (C*): Datei oder Verzeichnis nicht gefunden
Maybe try 'export LANG=en_US.ut
Benjamin Slade writes:
> Hi Guix,
>
> I'm trying to build the Zutty terminal emulator on Guix and, no matter
> whether I include `libxmu` as an input, native input, or propagated
> input, the `waf-build` seems to report that 'xmu' cannot be
> found. (See partial .drv output below:)
>
You can add