From 2a74319abd3e4c93d28170334c1cc9bb8ee45dfd Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 13 Nov 2019 17:21:47 +0100 Subject: [PATCH] package-lists/guix-laptop-channels: Add laptop channel specs. --- .package-lists/guix-laptop-channels.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .package-lists/guix-laptop-channels.scm diff --git a/.package-lists/guix-laptop-channels.scm b/.package-lists/guix-laptop-channels.scm new file mode 100644 index 00000000..0006e412 --- /dev/null +++ b/.package-lists/guix-laptop-channels.scm @@ -0,0 +1,25 @@ +(list (channel + (name 'nonguix) + (url "https://gitlab.com/nonguix/nonguix.git") + (commit + "2146063dc1eeb88cee3fb644ddd42a3ecf0e624c")) + (channel + (name 'guix-gaming-games) + (url "https://gitlab.com/guix-gaming-channels/games.git") + (commit + "8d918a9d20d953d54e9daffdfc410c12b190b848")) + (channel + (name 'guix-gaming-duke-nukem-3d) + (url "https://gitlab.com/guix-gaming-channels/duke-nukem-3d.git") + (commit + "ab13db32b35c4eb043a0f8d66b47c700373ff2a8")) + (channel + (name 'guix-gaming-quake-3) + (url "https://gitlab.com/guix-gaming-channels/quake-3.git") + (commit + "25135247e5b3bef70f43c50692177f024b09512b")) + (channel + (name 'guix) + (url "https://git.savannah.gnu.org/git/guix.git") + (commit + "0d01a5a9d47781f63c7bea3f6065fb0bed9f07f8")))