~freakingpenguin

~freakingpenguin/guile-blocks

Last active 8 months ago
View more

Recent activity

[PATCH] Demonstrate that I can use git send-email 1 year, 1 month ago

From Richard Sent to ~sircmpwn/email-test-drive

---
 your-name | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 your-name

diff --git a/your-name b/your-name
new file mode 100644
index 0000000..1668096
--- /dev/null
+++ b/your-name
@@ -0,0 +1 @@
I'm about to try git send-email
\ No newline at end of file
--
[message trimmed]

Upstreaming guix-home-service-type 1 year, 3 months ago

From Richard Sent to ~abcdw/rde-discuss

Hi all!

There's been some discussion on the Guix mailing list and IRC chat about
how it would be useful to deploy a home-environment as part of a
operating-system declaration. (e.g.
https://lists.gnu.org/archive/html/help-guix/2024-01/msg00151.html and
https://lists.gnu.org/archive/html/bug-guix/2024-01/msg00087.html)

~guix-home-service-type~ in ~rde/src/gnu/services/home.scm~ sounds like
it would be the perfect fit, and also seems like it's fully
self-contained (not dependent on other RDE code).

I think it would be great to upstream this code so it's more
discoverable and easily available to Guix users.