aboutsummaryrefslogblamecommitdiffstats
path: root/src/guix.gmo
blob: 62d191151f7cfc979bf06a0c8b8cfb609c88cc83 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                
                                                                       
















                                
                     
 





                  




                                      
                              












                         

                           





                    

                         
                         

             
                              
                      
                   
                       
                   



                          

                   









                          
# 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
	"python-vf-1" ; 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"
	"bc" ; calculator

	;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