~cnx/guix/gnu/home.scm, branch wip-texlive-mono Personal Guix development branches http://trong.loang.net/~cnx/guix/atom?h=wip-texlive-mono 2023-03-20T05:14:23+00:00 home: 'home-environment-with-provenance' uses the HE location info. 2023-03-20T05:14:23+00:00 Sergey Trofimov sarg@sarg.org.ru 2023-03-19T15:45:37+00:00 urn:sha1:1f36534c7e8f2325bff4df5d37ecc811dc63fc38 * gnu/home.scm (home-environment-with-provenance): Make `config-file` optional, with the default taken from the HE location info. Signed-off-by: Andrew Tropin <andrew@trop.in> home: Export home-environment-packages. 2023-03-13T12:41:34+00:00 Sergey Trofimov sarg@sarg.org.ru 2023-03-13T08:20:18+00:00 urn:sha1:377c8143e7cd5e3bf3e1e8d53ba443f91c88239c * gnu/home.scm (home-environment-packages): Export procedure. Signed-off-by: Andrew Tropin <andrew@trop.in> home: Fix docstring. 2022-08-19T15:55:41+00:00 Andrew Tropin andrew@trop.in 2022-05-03T10:21:28+00:00 urn:sha1:e60ba7eb6dd3d5847f7111f1a2ea33492b12cbc8 gnu/home.scm (home-environment-derivation): Fix docstring. home: Add 'home-generation-base'. 2022-07-31T22:02:04+00:00 Ludovic Courtès ludo@gnu.org 2022-07-31T21:00:53+00:00 urn:sha1:61db74a687e36e842077c5c2f4b2e2c7afcd814a This reverts commit 670818a4049edb8a77a5b596fbc7558bde57165c, thereby reinstating 5df8f7802e8b45855e8f84830677001dc631e4f7. * gnu/home.scm (%profile-generation-rx): New variable. (home-generation-base): New procedure. Revert "home: Add 'home-generation-base'." 2022-07-17T00:00:00+00:00 Tobias Geerinckx-Rice me@tobias.gr 2022-07-17T00:00:00+00:00 urn:sha1:670818a4049edb8a77a5b596fbc7558bde57165c This reverts commit 5df8f7802e8b45855e8f84830677001dc631e4f7. This commit or the next one appears to have broken ‘guix pull’. home: Add 'home-generation-base'. 2022-07-22T22:39:55+00:00 Ludovic Courtès ludo@gnu.org 2022-07-17T15:10:06+00:00 urn:sha1:5df8f7802e8b45855e8f84830677001dc631e4f7 * gnu/home.scm (%profile-generation-rx): New variable. (home-generation-base): New procedure. home: Add gexp-compiler for home-environments. 2021-12-19T22:39:55+00:00 Andrew Tropin andrew@trop.in 2021-12-15T07:25:22+00:00 urn:sha1:ed818c66d371656c869f43d7a7cbbcfba2df647b * gnu/home.scm (home-environment-compiler): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Move (gnu home-services) to (gnu home services). 2021-10-09T16:24:18+00:00 Oleg Pykhalov go.wigust@gmail.com 2021-10-09T13:51:25+00:00 urn:sha1:0e8d2df0f1a4ab25c482e1c427c54e19903e62f3 * gnu/home-services.scm (%guix-home-root-directory): Replace gnu/home-services.scm with "gnu/home/services.scm". Rename to gnu/home/services.scm. * gnu/local.mk (GNU_SYSTEM_MODULES): Rename gnu/home-services.scm to gnu/home/services.scm. * doc/he-config-bare-bones.scm: Replace (gnu home-services) with (gnu home services). * gnu/home.scm: Same. * gnu/home/services/fontutils.scm: Same. * gnu/home/services/mcron.scm: Same. * gnu/home/services/shells.scm: Same. * gnu/home/services/shepherd.scm: Same. * gnu/home/services/symlink-manager.scm: Same. * gnu/home/services/xdg.scm: Same. * guix/scripts/home.scm: Same. * guix/self.scm: Same. gnu: Move (gnu home-services) to (gnu home services). 2021-10-08T12:36:18+00:00 Oleg Pykhalov go.wigust@gmail.com 2021-10-04T23:09:41+00:00 urn:sha1:ba8ddb348045f81f061a1c7f51c0f7c2b0024e71 * gnu/home-services/configuration.scm: Move the content ... * gnu/home/services/configuration.scm: ... here. * doc/guix.texi: Replace (gnu home-services mcron) with (gnu home services mcron). Replace (gnu home-services) with (gnu home services). * gnu/home.scm: Replace (gnu home-services fontutils) with (gnu services fontutils). Replace (gnu home-services shells) with (gnu home services shells). Replace (gnu home-services symlink-manager) with (gnu home services symlink-manager). Replace (gnu home-services xdg) with (gnu home services xdg). * gnu/home-services/fontutils.scm: Rename to gnu/services/fontutils.scm. * gnu/home-services/mcron.scm: Move to gnu/home/services/mcron.scm. Replace (gnu home-services shepherd) with (gnu home services shepherd). * gnu/home-services.scm (%service-type-path): Search home services in "gnu/services". * gnu/home-services/shells.scm: Replace (gnu home-services configuration) with (gnu home services configuration). Rename to gnu/home/services/shells.scm. Replace (gnu home-services utils) with (gnu home services utils). * gnu/home-services/shepherd.scm: Move to gnu/home/services/shepherd.scm. * gnu/home-services/symlink-manager.scm: Rename to gnu/home/services/symlink-manager.scm. * gnu/home-services/utils.scm: Rename to gnu/home/services/utils.scm. * gnu/home-services/xdg.scm: Rename to gnu/home/services/xdg.scm. * guix/scripts/home/import.scm: Replace (gnu home-services bash) with (gnu home services bash). * gnu/home-services.scm: Update documentation string. * doc/he-config-bare-bones.scm: Apply new (gnu home-services ...) modules location. * gnu/local.mk (GNU_SYSTEM_MODULES): Same. gnu: home: Add doc comment about the module. 2021-09-09T17:26:51+00:00 Andrew Tropin andrew@trop.in 2021-08-30T09:07:48+00:00 urn:sha1:994c66bf846774da5104537ef1037d6a5bc56995 Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<feed xmlns="http://www.w3.org/2005/Atom">
<title>~cnx/guix/gnu/home.scm, branch wip-texlive-mono</title>
<subtitle>Personal Guix development branches </subtitle>
<id>http://trong.loang.net/~cnx/guix/atom?h=wip-texlive-mono</id>
<link rel="self" href="http://trong.loang.net/~cnx/guix/atom?h=wip-texlive-mono"/>
<link rel="alternate" type="text/html" href="http://trong.loang.net/~cnx/guix/"/>
<updated>2023-03-20T05:14:23+00:00</updated>
<entry>
<title>home: 'home-environment-with-provenance' uses the HE location info.</title>
<updated>2023-03-20T05:14:23+00:00</updated>
<author>
<name>Sergey Trofimov</name>
<email>sarg@sarg.org.ru</email>
</author>
<published>2023-03-19T15:45:37+00:00</published>
<link rel="alternate" type="text/html" href="http://trong.loang.net/~cnx/guix/commit/?id=1f36534c7e8f2325bff4df5d37ecc811dc63fc38"/>
<id>urn:sha1:1f36534c7e8f2325bff4df5d37ecc811dc63fc38</id>
<content type="text"> * gnu/home.scm (home-environment-with-provenance): Make `config-file` optional, with the default taken from the HE location info. Signed-off-by: Andrew Tropin <andrew@trop.in> </content>
</entry>
<entry>
<title>home: Export home-environment-packages.</title>
<updated>2023-03-13T12:41:34+00:00</updated>
<author>
<name>Sergey Trofimov</name>
<email>sarg@sarg.org.ru</email>
</author>
<published>2023-03-13T08:20:18+00:00</published>
<link rel="alternate" type="text/html" href="http://trong.loang.net/~cnx/guix/commit/?id=377c8143e7cd5e3bf3e1e8d53ba443f91c88239c"/>
<id>urn:sha1:377c8143e7cd5e3bf3e1e8d53ba443f91c88239c</id>
<content type="text"> * gnu/home.scm (home-environment-packages): Export procedure. Signed-off-by: Andrew Tropin <andrew@trop.in> </content>
</entry>
<entry>
<title>home: Fix docstring.</title>
<updated>2022-08-19T15:55:41+00:00</updated>
<author>
<name>Andrew Tropin</name>
<email>andrew@trop.in</email>
</author>
<published>2022-05-03T10:21:28+00:00</published>
<link rel="alternate" type="text/html" href="http://trong.loang.net/~cnx/guix/commit/?id=e60ba7eb6dd3d5847f7111f1a2ea33492b12cbc8"/>
<id>urn:sha1:e60ba7eb6dd3d5847f7111f1a2ea33492b12cbc8</id>
<content type="text"> gnu/home.scm (home-environment-derivation): Fix docstring. </content>
</entry>
<entry>
<title>home: Add 'home-generation-base'.</title>
<updated>2022-07-31T22:02:04+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2022-07-31T21:00:53+00:00</published>
<link rel="alternate" type="text/html" href="http://trong.loang.net/~cnx/guix/commit/?id=61db74a687e36e842077c5c2f4b2e2c7afcd814a"/>
<id>urn:sha1:61db74a687e36e842077c5c2f4b2e2c7afcd814a</id>
<content type="text"> This reverts commit 670818a4049edb8a77a5b596fbc7558bde57165c, thereby reinstating 5df8f7802e8b45855e8f84830677001dc631e4f7. * gnu/home.scm (%profile-generation-rx): New variable. (home-generation-base): New procedure. </content>
</entry>
<entry>
<title>Revert "home: Add 'home-generation-base'."</title>
<updated>2022-07-17T00:00:00+00:00</updated>
<author>
<name>Tobias Geerinckx-Rice</name>
<email>me@tobias.gr</email>
</author>
<published>2022-07-17T00:00:00+00:00</published>
<link rel="alternate" type="text/html" href="http://trong.loang.net/~cnx/guix/commit/?id=670818a4049edb8a77a5b596fbc7558bde57165c"/>
<id>urn:sha1:670818a4049edb8a77a5b596fbc7558bde57165c</id>
<content type="text"> This reverts commit 5df8f7802e8b45855e8f84830677001dc631e4f7. This commit or the next one appears to have broken ‘guix pull’. </content>
</entry>
<entry>
<title>home: Add 'home-generation-base'.</title>
<updated>2022-07-22T22:39:55+00:00</updated>
<author>
<name>Ludovic Courtès</name>
<email>ludo@gnu.org</email>
</author>
<published>2022-07-17T15:10:06+00:00</published>
<link rel="alternate" type="text/html" href="http://trong.loang.net/~cnx/guix/commit/?id=5df8f7802e8b45855e8f84830677001dc631e4f7"/>
<id>urn:sha1:5df8f7802e8b45855e8f84830677001dc631e4f7</id>
<content type="text"> * gnu/home.scm (%profile-generation-rx): New variable. (home-generation-base): New procedure. </content>
</entry>
<entry>
<title>home: Add gexp-compiler for home-environments.</title>
<updated>2021-12-19T22:39:55+00:00</updated>
<author>
<name>Andrew Tropin</name>
<email>andrew@trop.in</email>
</author>
<published>2021-12-15T07:25:22+00:00</published>
<link rel="alternate" type="text/html" href="http://trong.loang.net/~cnx/guix/commit/?id=ed818c66d371656c869f43d7a7cbbcfba2df647b"/>
<id>urn:sha1:ed818c66d371656c869f43d7a7cbbcfba2df647b</id>
<content type="text"> * gnu/home.scm (home-environment-compiler): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> </content>
</entry>
<entry>
<title>Move (gnu home-services) to (gnu home services).</title>
<updated>2021-10-09T16:24:18+00:00</updated>
<author>
<name>Oleg Pykhalov</name>
<email>go.wigust@gmail.com</email>
</author>
<published>2021-10-09T13:51:25+00:00</published>
<link rel="alternate" type="text/html" href="http://trong.loang.net/~cnx/guix/commit/?id=0e8d2df0f1a4ab25c482e1c427c54e19903e62f3"/>
<id>urn:sha1:0e8d2df0f1a4ab25c482e1c427c54e19903e62f3</id>
<content type="text"> * gnu/home-services.scm (%guix-home-root-directory): Replace gnu/home-services.scm with "gnu/home/services.scm". Rename to gnu/home/services.scm. * gnu/local.mk (GNU_SYSTEM_MODULES): Rename gnu/home-services.scm to gnu/home/services.scm. * doc/he-config-bare-bones.scm: Replace (gnu home-services) with (gnu home services). * gnu/home.scm: Same. * gnu/home/services/fontutils.scm: Same. * gnu/home/services/mcron.scm: Same. * gnu/home/services/shells.scm: Same. * gnu/home/services/shepherd.scm: Same. * gnu/home/services/symlink-manager.scm: Same. * gnu/home/services/xdg.scm: Same. * guix/scripts/home.scm: Same. * guix/self.scm: Same. </content>
</entry>
<entry>
<title>gnu: Move (gnu home-services) to (gnu home services).</title>
<updated>2021-10-08T12:36:18+00:00</updated>
<author>
<name>Oleg Pykhalov</name>
<email>go.wigust@gmail.com</email>
</author>
<published>2021-10-04T23:09:41+00:00</published>
<link rel="alternate" type="text/html" href="http://trong.loang.net/~cnx/guix/commit/?id=ba8ddb348045f81f061a1c7f51c0f7c2b0024e71"/>
<id>urn:sha1:ba8ddb348045f81f061a1c7f51c0f7c2b0024e71</id>
<content type="text"> * gnu/home-services/configuration.scm: Move the content ... * gnu/home/services/configuration.scm: ... here. * doc/guix.texi: Replace (gnu home-services mcron) with (gnu home services mcron). Replace (gnu home-services) with (gnu home services). * gnu/home.scm: Replace (gnu home-services fontutils) with (gnu services fontutils). Replace (gnu home-services shells) with (gnu home services shells). Replace (gnu home-services symlink-manager) with (gnu home services symlink-manager). Replace (gnu home-services xdg) with (gnu home services xdg). * gnu/home-services/fontutils.scm: Rename to gnu/services/fontutils.scm. * gnu/home-services/mcron.scm: Move to gnu/home/services/mcron.scm. Replace (gnu home-services shepherd) with (gnu home services shepherd). * gnu/home-services.scm (%service-type-path): Search home services in "gnu/services". * gnu/home-services/shells.scm: Replace (gnu home-services configuration) with (gnu home services configuration). Rename to gnu/home/services/shells.scm. Replace (gnu home-services utils) with (gnu home services utils). * gnu/home-services/shepherd.scm: Move to gnu/home/services/shepherd.scm. * gnu/home-services/symlink-manager.scm: Rename to gnu/home/services/symlink-manager.scm. * gnu/home-services/utils.scm: Rename to gnu/home/services/utils.scm. * gnu/home-services/xdg.scm: Rename to gnu/home/services/xdg.scm. * guix/scripts/home/import.scm: Replace (gnu home-services bash) with (gnu home services bash). * gnu/home-services.scm: Update documentation string. * doc/he-config-bare-bones.scm: Apply new (gnu home-services ...) modules location. * gnu/local.mk (GNU_SYSTEM_MODULES): Same. </content>
</entry>
<entry>
<title>gnu: home: Add doc comment about the module.</title>
<updated>2021-09-09T17:26:51+00:00</updated>
<author>
<name>Andrew Tropin</name>
<email>andrew@trop.in</email>
</author>
<published>2021-08-30T09:07:48+00:00</published>
<link rel="alternate" type="text/html" href="http://trong.loang.net/~cnx/guix/commit/?id=994c66bf846774da5104537ef1037d6a5bc56995"/>
<id>urn:sha1:994c66bf846774da5104537ef1037d6a5bc56995</id>
<content type="text"> Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com> </content>
</entry>
</feed>