mirror of
https://github.com/flynx/nixos.git
synced 2025-11-02 13:10:16 +00:00
Compare commits
No commits in common. "e1f53febd22fc3177bbb3a1935aa298d9f756b27" and "9cbe85e4097d06b0c4ea6b3bfa7bd109cb378320" have entirely different histories.
e1f53febd2
...
9cbe85e409
18
README.md
18
README.md
@ -1,18 +0,0 @@
|
|||||||
|
|
||||||
## Two stage update
|
|
||||||
|
|
||||||
The configuration is split into two parts to allow for two stage updates to conserve space
|
|
||||||
on storage-limited systems.
|
|
||||||
|
|
||||||
To run a two stage update do:
|
|
||||||
```shell
|
|
||||||
$ sudo NIX_LIGHTWEIGHT=1 nixos-rebbuild switch
|
|
||||||
$ reboot
|
|
||||||
```
|
|
||||||
then:
|
|
||||||
```shell
|
|
||||||
$ sudo nix-collect-garbage --delete-old
|
|
||||||
$ sudo nixos-rebbuild switch
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
@ -421,7 +421,6 @@
|
|||||||
ffmpeg #ffmpegthumbnailer
|
ffmpeg #ffmpegthumbnailer
|
||||||
httrack
|
httrack
|
||||||
|
|
||||||
exiftool vips
|
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.geary.enable = false;
|
programs.geary.enable = false;
|
||||||
@ -492,28 +491,21 @@
|
|||||||
kvoptions xargs ifthenx iftex xint listofitems xkeyval
|
kvoptions xargs ifthenx iftex xint listofitems xkeyval
|
||||||
etoolbox changepage pdfcomment eso-pic environ numprint xcolor
|
etoolbox changepage pdfcomment eso-pic environ numprint xcolor
|
||||||
pagecolor colorspace graphics adjustbox textpos fancyvrb flowfram
|
pagecolor colorspace graphics adjustbox textpos fancyvrb flowfram
|
||||||
fancyhdr pdfpages geometry varwidth hyphenat bigfoot lipsum
|
fancyhdr pdfpages geometry
|
||||||
anyfontsize cprotect ccicons multitoc hardwrap catchfile
|
anyfontsize cprotect ccicons
|
||||||
titlesec hypdoc doctools needspace xstring listings imakeidx
|
# XXX this seems to be missing...
|
||||||
latexmk;
|
#suffix
|
||||||
pax
|
lipsum
|
||||||
|
hardwrap catchfile
|
||||||
# fonts...
|
|
||||||
opensans courier
|
|
||||||
|
|
||||||
# languages...
|
|
||||||
russ babel-russian hyphen-russian
|
|
||||||
|
|
||||||
# photobook...
|
# photobook...
|
||||||
photobook
|
photobook
|
||||||
|
# doc...
|
||||||
|
titlesec hypdoc doctools needspace xstring listings imakeidx
|
||||||
|
latexmk;
|
||||||
#(setq org-latex-compiler "lualatex")
|
#(setq org-latex-compiler "lualatex")
|
||||||
#(setq org-preview-latex-default-process 'dvisvgm)
|
#(setq org-preview-latex-default-process 'dvisvgm)
|
||||||
})
|
})
|
||||||
|
|
||||||
# jdk - required by texlive-pax (BUG: no dependency??)
|
|
||||||
temurin-jre-bin
|
|
||||||
|
|
||||||
# fonts...
|
# fonts...
|
||||||
#nerdfonts
|
#nerdfonts
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user