bug#52808: Guix home should not assume that all targets are dot files

2022-04-10 Thread Ludovic Courtès
Andrew Tropin skribis: > From 629466d23308e135c4a46951e5ea568677c5ec00 Mon Sep 17 00:00:00 2001 > From: Andrew Tropin > Date: Tue, 29 Mar 2022 11:15:56 +0300 > Subject: [PATCH 1/2] home: shells: Rename zsh related functions. > > * gnu/home/services/shells.scm (home-zsh-service-type): Make zsh re

bug#52808: Guix home should not assume that all targets are dot files

2022-04-09 Thread Andrew Tropin
On 2022-04-08 20:18, Ludovic Courtès wrote: > Hi Andrew, > > Andrew Tropin skribis: > >> Those patches introduce a breaking change, but the surface and number of >> people affected should be small if everyone migrated to >> xdg-configuration-files. It removes the special handling of dot files >>

bug#52808: Guix home should not assume that all targets are dot files

2022-04-08 Thread Ludovic Courtès
Hi Andrew, Andrew Tropin skribis: > Those patches introduce a breaking change, but the surface and number of > people affected should be small if everyone migrated to > xdg-configuration-files. It removes the special handling of dot files > in symlink-manager and doesn't add a leading dot autom

bug#52808: Guix home should not assume that all targets are dot files

2022-03-30 Thread Ludovic Courtès
Hi Andrew, Andrew Tropin skribis: > Those patches introduce a breaking change, but the surface and number of > people affected should be small if everyone migrated to > xdg-configuration-files. It removes the special handling of dot files > in symlink-manager and doesn't add a leading dot autom

bug#52808: Guix home should not assume that all targets are dot files

2022-03-29 Thread Andrew Tropin
On 2022-03-20 22:00, Ludovic Courtès wrote: > I wrote: > >> I finally got around to committing it as >> 6da2a5a5655668f42ec5b26f875ddbc498e132b6. Thank you! > > I hit “close” too quickly: we still need the patch that changes > ‘home-files-service-type’ and/or symlink-manager.scm to not prepend a

bug#52808: Guix home should not assume that all targets are dot files

2022-03-29 Thread Andrew Tropin
On 2022-03-20 22:00, Ludovic Courtès wrote: > I wrote: > >> I finally got around to committing it as >> 6da2a5a5655668f42ec5b26f875ddbc498e132b6. Thank you! > > I hit “close” too quickly: we still need the patch that changes > ‘home-files-service-type’ and/or symlink-manager.scm to not prepend a

bug#52808: Guix home should not assume that all targets are dot files

2022-03-28 Thread Andrew Tropin
On 2022-03-20 22:00, Ludovic Courtès wrote: > I wrote: > >> I finally got around to committing it as >> 6da2a5a5655668f42ec5b26f875ddbc498e132b6. Thank you! > > I hit “close” too quickly: we still need the patch that changes > ‘home-files-service-type’ and/or symlink-manager.scm to not prepend a

bug#52808: Guix home should not assume that all targets are dot files

2022-03-20 Thread Ludovic Courtès
I wrote: > I finally got around to committing it as > 6da2a5a5655668f42ec5b26f875ddbc498e132b6. Thank you! I hit “close” too quickly: we still need the patch that changes ‘home-files-service-type’ and/or symlink-manager.scm to not prepend a dot, so reopening! :-) Ludo’.

bug#52808: Guix home should not assume that all targets are dot files

2022-03-20 Thread Ludovic Courtès
Hi Andrew, I finally got around to committing it as 6da2a5a5655668f42ec5b26f875ddbc498e132b6. Thank you! Ludo’.

bug#52808: Guix home should not assume that all targets are dot files

2022-03-10 Thread Andrew Tropin
On 2022-03-05 23:44, Ludovic Courtès wrote: > Hi Andrew, > > The patches reached my mailbox around the time I went on vacation and > then fell through the cracks. Sorry about that! > > Andrew Tropin skribis: > >> After that patch series is merged we can give a time for users to >> migrate their

bug#52808: Guix home should not assume that all targets are dot files

2022-03-10 Thread Ludovic Courtès
Hi Andrew, Andrew Tropin skribis: > On 2022-03-05 23:44, Ludovic Courtès wrote: [...] >> I propose to postpone this one after >> , and I even offer to rebase it >> myself if you want. :-) >> >> Could you send updated patches? > > Sure, I even replied to bug#

bug#52808: Guix home should not assume that all targets are dot files

2022-03-08 Thread Andrew Tropin
On 2022-03-05 23:44, Ludovic Courtès wrote: > Hi Andrew, > > The patches reached my mailbox around the time I went on vacation and > then fell through the cracks. Sorry about that! No problem, I hope you had a good rest and got some fun! > > Andrew Tropin skribis: > >> After that patch series

bug#52808: Guix home should not assume that all targets are dot files

2022-03-05 Thread Ludovic Courtès
Hi Andrew, The patches reached my mailbox around the time I went on vacation and then fell through the cracks. Sorry about that! Andrew Tropin skribis: > After that patch series is merged we can give a time for users to > migrate their self-made home services to xdg-configuration-files and > a

bug#52808: Guix home should not assume that all targets are dot files

2022-02-25 Thread Andrew Tropin
On 2022-02-11 18:52, Andrew Tropin wrote: > On 2022-02-08 10:46, Ludovic Courtès wrote: > >> Hi, >> >> Andrew Tropin skribis: >> > You can elaborate more on what you try to achieve and I can try to give > you a recommendation how to implement it. I’d expect ‘home-files-service-t

bug#52808: Guix home should not assume that all targets are dot files

2022-02-11 Thread Andrew Tropin
On 2022-02-08 10:46, Ludovic Courtès wrote: > Hi, > > Andrew Tropin skribis: > You can elaborate more on what you try to achieve and I can try to give you a recommendation how to implement it. >>> >>> I’d expect ‘home-files-service-type’ to do just that: add files to the >>> home direct

bug#52808: Guix home should not assume that all targets are dot files

2022-02-10 Thread Ludovic Courtès
Hi, Xinglu Chen skribis: > Ludovic schrieb am Sonntag der 30. Januar 2022 um 18:13 +01: > >> I’d expect ‘home-files-service-type’ to do just that: add files to the >> home directory, without trying to be smart. >> >> Would it make sense to distinguish between ‘home-files’ and (say) >> ‘home-xdg-

bug#52808: Guix home should not assume that all targets are dot files

2022-02-08 Thread Xinglu Chen
Hi, Ludovic schrieb am Sonntag der 30. Januar 2022 um 18:13 +01: > I’d expect ‘home-files-service-type’ to do just that: add files to the > home directory, without trying to be smart. > > Would it make sense to distinguish between ‘home-files’ and (say) > ‘home-xdg-configuration-files’? What abo

bug#52808: Guix home should not assume that all targets are dot files

2022-02-08 Thread Ludovic Courtès
Hi, Andrew Tropin skribis: >>> You can elaborate more on what you try to achieve and I can try to give >>> you a recommendation how to implement it. >> >> I’d expect ‘home-files-service-type’ to do just that: add files to the >> home directory, without trying to be smart. >> >> Would it make sen

bug#52808: Guix home should not assume that all targets are dot files

2022-02-02 Thread Andrew Tropin
On 2022-01-30 18:13, Ludovic Courtès wrote: > Hi Andrew, > > Andrew Tropin skribis: > >> On 2021-12-26 12:17, Nick Zalutskiy wrote: >> >>> The following configuration results in a `~/.run` symlink being >>> created. My expectation is that a `~/run` symlink is created >>> instead. (ie. not a dotfi

bug#52808: Guix home should not assume that all targets are dot files

2022-01-30 Thread Ludovic Courtès
Hi Andrew, Andrew Tropin skribis: > On 2021-12-26 12:17, Nick Zalutskiy wrote: > >> The following configuration results in a `~/.run` symlink being >> created. My expectation is that a `~/run` symlink is created >> instead. (ie. not a dotfile) > > Some how I missed it and not documented home-fil

bug#52808: Guix home should not assume that all targets are dot files

2022-01-28 Thread Andrew Tropin
On 2022-01-28 08:33, Nick Zalutskiy wrote: > Hi Andrew, > > I have files that I consider my "home configuration" that do not go > into .config or any other dot dir. For example, I place an executable > shell script to automate some tasks in the home dir of every > machine. The script is called `ru

bug#52808: Guix home should not assume that all targets are dot files

2022-01-28 Thread Nick Zalutskiy
Hi Andrew, I have files that I consider my "home configuration" that do not go into .config or any other dot dir. For example, I place an executable shell script to automate some tasks in the home dir of every machine. The script is called `run` all I want to do is place it as ~/run Placing thi

bug#52808: Guix home should not assume that all targets are dot files

2022-01-28 Thread Andrew Tropin
On 2021-12-26 12:17, Nick Zalutskiy wrote: > The following configuration results in a `~/.run` symlink being > created. My expectation is that a `~/run` symlink is created > instead. (ie. not a dotfile) Some how I missed it and not documented home-files-service-type in the manual, I'll add it soo

bug#52808: Guix home should not assume that all targets are dot files

2021-12-26 Thread Nick Zalutskiy
The following configuration results in a `~/.run` symlink being created. My expectation is that a `~/run` symlink is created instead. (ie. not a dotfile) > (home-environment > (services > (list (service > home-bash-service-type > (home-bash-configuration >