Re: Early feedback on Guix Home

2021-07-20 Thread Andrew Tropin
Ludovic Courtès writes: > Hi, > > (Sorry for the late reply…) > > Andrew Tropin skribis: > >> Ludovic Courtès writes: > > [...] > > Possible action: > > 1. Change config records to accept file-like objects instead of > strings. That way, users can choose to have snippets

Re: Early feedback on Guix Home

2021-07-10 Thread Ludovic Courtès
Hi, (Sorry for the late reply…) Andrew Tropin skribis: > Ludovic Courtès writes: [...] Possible action: 1. Change config records to accept file-like objects instead of strings. That way, users can choose to have snippets inlined (in a ‘plain-file’ object

Re: Early feedback on Guix Home

2021-07-04 Thread Xinglu Chen
On Tue, Jun 29 2021, Ludovic Courtès wrote: > Hi, > > Xinglu Chen skribis: > >> On Wed, Jun 23 2021, Ludovic Courtès wrote: > > [...] > >>> Anyway, I backed up a bunch of files :-) and eventually gave it a try, >>> just to notice that ‘guix home reconfigure’ was very careful about >>> creating ba

Re: Early feedback on Guix Home

2021-06-29 Thread Andrew Tropin
Ludovic Courtès writes: > Hi, > > Xinglu Chen skribis: > >> On Wed, Jun 23 2021, Ludovic Courtès wrote: > > [...] > >>> Anyway, I backed up a bunch of files :-) and eventually gave it a try, >>> just to notice that ‘guix home reconfigure’ was very careful about >>> creating backups of any files

Re: Early feedback on Guix Home and a basic almost complete sway service

2021-06-29 Thread Andrew Tropin
Joshua Branson writes: > Thanks for the help in my home.scm file by the way! I figured since you > guys are writing a sway service, I'd share with you my current code for > a sway service. I think I've got the records type flushed out enough to > build the default sway config file, but I have n

Re: Early feedback on Guix Home

2021-06-29 Thread Ludovic Courtès
Hi, Xinglu Chen skribis: > On Wed, Jun 23 2021, Ludovic Courtès wrote: [...] >> Anyway, I backed up a bunch of files :-) and eventually gave it a try, >> just to notice that ‘guix home reconfigure’ was very careful about >> creating backups of any files it was going to overwrite, and it was al

Re: Early feedback on Guix Home

2021-06-29 Thread Ludovic Courtès
Hi, Andrew Tropin skribis: > Ludovic Courtès writes: [...] >> I found ‘symlink-manager.scm’, which is what I was looking for, but >> that code is fairly complex. > > Yep, perhaps it a little monstous) Maybe cleaning it up is a good idea > before sending the patch to guix. That’d be great.

Re: Early feedback on Guix Home and a basic almost complete sway service

2021-06-25 Thread Joshua Branson
Thanks for the help in my home.scm file by the way! I figured since you guys are writing a sway service, I'd share with you my current code for a sway service. I think I've got the records type flushed out enough to build the default sway config file, but I have not finished turning it into a p

Re: Early feedback on Guix Home

2021-06-25 Thread Andrew Tropin
Joshua Branson writes: > Andrew Tropin writes: > >> jbra...@dismail.de writes: >>> $ guix pull >>> >>> I suppose for now I will use Ludo's suggestion: >>> >>> git clone https://git.sr.ht/~abcdw/rde >>> guix git authenticate \ >>> "257cebd587b66e4d865b3537a9a88cccd7107c95" \ >>> "2841

Re: Early feedback on Guix Home

2021-06-25 Thread Andrew Tropin
Leo Prikler writes: > Am Donnerstag, den 24.06.2021, 20:42 +0300 schrieb Andrew Tropin: >> It should be `guix home build ./path/to/file.scm`. Also, make sure >> that >> before first run you've set proper GUILE_LOAD_PATH. (See >> https://sr.ht/~abcdw/rde/ Guix Home section, Option 2). >> >> It w

Re: Early feedback on Guix Home

2021-06-24 Thread Joshua Branson
Andrew Tropin writes: > jbra...@dismail.de writes: >> $ guix pull >> >> I suppose for now I will use Ludo's suggestion: >> >> git clone https://git.sr.ht/~abcdw/rde >> guix git authenticate \ >> "257cebd587b66e4d865b3537a9a88cccd7107c95" \ >> "2841 9AC6 5038 7440 C7E9 2FFA 2208 D209

Re: Early feedback on Guix Home

2021-06-24 Thread Leo Prikler
Am Donnerstag, den 24.06.2021, 20:42 +0300 schrieb Andrew Tropin: > It should be `guix home build ./path/to/file.scm`. Also, make sure > that > before first run you've set proper GUILE_LOAD_PATH. (See > https://sr.ht/~abcdw/rde/ Guix Home section, Option 2). > > It won't be needed, when Guix Home

Re: Early feedback on Guix Home

2021-06-24 Thread Andrew Tropin
jbra...@dismail.de writes: > June 24, 2021 8:14 AM, "Xinglu Chen" wrote: > >> On Wed, Jun 23 2021, Ludovic Courtès wrote: >> >> Alternatively, one can also use it as a channel: >> >> (channel >> (name 'rde) >> (url "https://git.sr.ht/~abcdw/rde";)) >> (introduction >> (make-channel-introduction

Re: Early feedback on Guix Home

2021-06-24 Thread jbranso
June 24, 2021 8:14 AM, "Xinglu Chen" wrote: > On Wed, Jun 23 2021, Ludovic Courtès wrote: > > Alternatively, one can also use it as a channel: > > (channel > (name 'rde) > (url "https://git.sr.ht/~abcdw/rde";)) > (introduction > (make-channel-introduction > "257cebd587b66e4d865b3537a9a88cccd710

Re: Early feedback on Guix Home

2021-06-24 Thread Andrew Tropin
Xinglu Chen writes: > On Wed, Jun 23 2021, Ludovic Courtès wrote: > >> Hello! >> >> As discussed on IRC a few days ago, I finally gave Guix Home a try and I >> like it! >> >> I thought I’d share my first impressions so we can try and address them >> in the process of getting it merged. >> >> Firs

Re: Early feedback on Guix Home

2021-06-24 Thread Xinglu Chen
On Wed, Jun 23 2021, Ludovic Courtès wrote: > Hello! > > As discussed on IRC a few days ago, I finally gave Guix Home a try and I > like it! > > I thought I’d share my first impressions so we can try and address them > in the process of getting it merged. > > First, I think one of the main reasons

Re: Early feedback on Guix Home

2021-06-23 Thread Andrew Tropin
Ludovic Courtès writes: > Hello! > > As discussed on IRC a few days ago, I finally gave Guix Home a try and I > like it! > > I thought I’d share my first impressions so we can try and address them > in the process of getting it merged. > > First, I think one of the main reasons why it took me so

Early feedback on Guix Home

2021-06-23 Thread Ludovic Courtès
Hello! As discussed on IRC a few days ago, I finally gave Guix Home a try and I like it! I thought I’d share my first impressions so we can try and address them in the process of getting it merged. First, I think one of the main reasons why it took me so long to try it out is that I was afraid o