Sun Jan 19 17:55:49+0300 2025
25aab24
name | last commit | date |
Add emacs-go-translate | Wed Jan 01 14:40:00+0300 2025 | |
Add emacs-go-translate | Wed Jan 01 14:40:00+0300 2025 | |
Add emacs-go-translate | Wed Jan 01 14:40:00+0300 2025 | |
Update readme | Sat Jan 18 15:10:00+0300 2025 | |
Add python-pyclip | Sun Jan 19 17:55:49+0300 2025 |
README
1 | # SPDX-FileCopyrightText: 2025 Evgeny Pisemsky <mail@pisemsky.site> |
2 | # |
3 | # SPDX-License-Identifier: GPL-3.0-or-later |
4 | |
5 | #+title: cogd |
6 | #+subtitle: Channel of guix definitions |
7 | |
8 | * Setup |
9 | |
10 | This is a guix channel. To setup and use it, add the following record: |
11 | |
12 | #+begin_example |
13 | (channel |
14 | (name 'cogd) |
15 | (url "https://repo.pisemsky.site/git/cogd") |
16 | (introduction |
17 | (make-channel-introduction |
18 | "fcdf9f9ce0d8d0ebd035fa55ec7c1ddd6890e728" |
19 | (openpgp-fingerprint |
20 | "15FF37F790C1BADB35B3752BE3D3B72AB5733021")))) |
21 | #+end_example |
22 | |
23 | to your guix channel configuration file, save it, and run =guix pull=. |
24 | |
25 | # Local Variables: |
26 | # mode: org |
27 | # End: |
28 |