Stefan Huchler writes:
>>> I forked now the eudev definition to add my hwdb data:
>>>
>>> (add-before 'build-hwdb 'add-my-hwdb-file
>>> (lambda* (#:key outputs #:allow-other-keys)
>>>(let ((out (assoc-ref outputs "out")))
>>> (call-with-
Stefan Huchler writes:
> Another annoying thing is that I have to use the -I parameter from guix:
> guix system reconfigure /etc/config.scm -L guix-packages/
>
> I set that to .bashrc:
>
> export GUIX_PACKAGE_PATH="~/guix-packages"
>
> Why do I have to use the -L parameter when I already have d
Hi John,
Ah I see let me try this as well!
I need to do some gardening right now but will try after that 😄
Yasu
> On Sep 20, 2020, at 09:17, John Soo wrote:
>
> Hello Yasu,
>
> I use a manifest file and guix-package -m to do declarative installations.
>
> I find it strikes a nice balance
Well perhaps I will try your home manager and we can even improve it 😄
I want to spend some time learning Guix - I think highly
composable/customizable software is what many organizations desire and is the
area that is underserved - because many software vendors are not interested,
half-interes
Hello Yasu,
I use a manifest file and guix-package -m to do declarative installations.
I find it strikes a nice balance between having to rebuild for every
configuration change and making my environment declarative.
Good luck!
- John
Le 19 septembre 2020 19:18:14 GMT-04:00, y...@yasuaki.com a écrit :
>Hi Julien,
>
>Thank you for the pointer, here is what I did to make it work:
>
>set runtimepath+=/home/yasu/.guix-profile/share/vim/vimfiles
>
>The plugin and neovim were installed as below:
>
>guix package --install=vim-ai
Hi Julien,
Thank you for the pointer, here is what I did to make it work:
set runtimepath+=/home/yasu/.guix-profile/share/vim/vimfiles
The plugin and neovim were installed as below:
guix package --install=vim-airline
guix package --install=nvim
But this seems rather "imperative" and is not
>> I forked now the eudev definition to add my hwdb data:
>>
>> (add-before 'build-hwdb 'add-my-hwdb-file
>> (lambda* (#:key outputs #:allow-other-keys)
>> (let ((out (assoc-ref outputs "out")))
>> (call-with-output-file
>>
If you install plugins in your profile, you can add:
set runpath+=/home/user/.guix-profile/share/nvim/site
In your .config/nvem/init.vim
I also have a guix-home-manager at
https://framagit.org/tyreunom/guix-home-manager but it's more involved.
Le 19 septembre 2020 10:04:45 GMT-04:00, Yasuaki
I see some vim plugin packages for guix but I have no idea how I enable them in
the neovim (nvim) that I installed in Guix.
In NixOS I just used "home manager" and modified some existing template I found
to add more plugins.
I built the image but it did work I had the same problem. Than I tried with the
development snapshot, and I saw that it bringed up my ethernet card but it was
not able to finish booting into the tty. So I think it is a kernel related
issue.
> 2020. szept. 19. dátummal, 12:34 időpontban Andreas
On Sat, Sep 19, 2020 at 12:07:24PM +0200, Barnabás Béres wrote:
> Thanks Andreas, but how can I add this on the LiveUSB?
I suppose you could follow the advice here:
https://guix.gnu.org/manual/devel/en/html_node/Building-the-Installation-Image.html
and build a custom installation image with th
Thanks Andreas, but how can I add this on the LiveUSB?
> 2020. szept. 19. dátummal, 10:06 időpontban Andreas Enge
> írta:
>
> Hello,
>
>> On Sat, Sep 19, 2020 at 08:10:24AM +0200, Barnabás Béres wrote:
>> [1.019472] r8169 :07:00.0: realtek.ko not loaded, maybe it
>> needs to be added
Is it possible to run Eternal Terminal service on Guix?
Hello,
On Sat, Sep 19, 2020 at 08:10:24AM +0200, Barnabás Béres wrote:
> [1.019472] r8169 :07:00.0: realtek.ko not loaded, maybe it
> needs to be added to initramfs?
that rings a bell! I do have the line
;; Add kernel module for Symbios Logic SAS1068E
(initrd-modules (append (list "mp
Hi raingloom,
Thanks for your reply. I'm having a Realtek RTL810xE PCI Express Fast
Ethernet card which is using the r8169 driver under tisqurell linux. It
show up under lshw and lspci Dmesg shows things like that:
[1.019467] libphy: r8169: probed
[1.019472] r8169 :07:00.0: realtek.ko
16 matches
Mail list logo