aboutsummaryrefslogtreecommitdiffstats
path: root/src/guix.gmo
blob: 2171f8267534a67c4e9af0a26c9621087147958f (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
84
85
86
87
88
89
90
91
92
93
# 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 que están (d)escritos 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"

	; image
	"inkscape"
	"mypaint"
	"krita"
	"gimp"

	; 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"
	"font-gnu-unifont"
	"font-gnu-freefont"

	; utils
        "xclip"
        "wget"
        "cryptsetup"
        "rsync"
	"bash-completion"
	"adb"

	;misc
        "vinagre" ; vnc viewer
	"xscreensaver"
        "keepassxc"
	"syncthing-gtk"
	"syncthing"

	; comms
        "icedove"
        "telegram-desktop"
        "filezilla"
        "openssh"

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

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