aboutsummaryrefslogtreecommitdiffstats
path: root/src/guix.gmo
blob: eda5618816d79795511e73197179eaa649d5b9b7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# guix

sistema operativo cuyo estado se describe en un archivo de texto

=> https://guix.gnu.org/ guix

# configuración del sistema

configura el sistema a partir del archivo config.scm:

```
sudo guix system reconfigure config.scm
```

# paquetes

instala los paquetes en el archivo paquetes.scm:

```
guix package -m paquetes.scm
```

este es mi archivo paquetes.scm:

``` paquetes.scm
; paquetes.scm
(specifications->manifest
  (list 
    	; multimedia
    	"evince" ; pdf viewer
        "vlc"
        "peek" ; screen record
        "imagemagick"
        "ffmpeg"
	"libreoffice"

	; browsers
	"icecat"
        "netsurf"
        "lagrange" ; gemini
        "bombadillo" ; gemini / gopher

	; programming
        "make"
        "git"
        "python"
        "clang-toolchain"
        "pandoc"

	; fonts
        "font-openmoji"
        "font-fira-code"
        "font-fira-mono"
        "font-fira-sans"

	; drawing
        "mypaint"
        "inkscape"
        "krita"

	; utils
        "xclip"
        "wget"
        "cryptsetup"
        "rsync"
        "vinagre" ; vnc viewer
        "filezilla"
        "openssh"
        "keepassxc"

	; comms
        "icedove"
        "telegram-desktop"

	; text editors
        "mousepad"
        "vim"
	))
```

## llega(n) aquí
=> ./apuntes.gmi {apuntes}
=> ./tiempo.gmi {tiempo}
Un proyecto texto-plano.xyz