update
This commit is contained in:
parent
f0a0289060
commit
e76c0c81f0
4 changed files with 8 additions and 1 deletions
|
|
@ -10,4 +10,8 @@ direnv
|
||||||
tcc
|
tcc
|
||||||
ffmpeg
|
ffmpeg
|
||||||
build-essential
|
build-essential
|
||||||
|
gdb
|
||||||
man-db
|
man-db
|
||||||
|
python3-pandas
|
||||||
|
sqlite3
|
||||||
|
waypipe
|
||||||
|
|
|
||||||
|
|
@ -1,2 +1,4 @@
|
||||||
python3-pypdf
|
python3-pypdf
|
||||||
poppler-utils
|
poppler-utils
|
||||||
|
pdf2svg
|
||||||
|
inkscape
|
||||||
|
|
|
||||||
2
prep.sh
2
prep.sh
|
|
@ -1,5 +1,5 @@
|
||||||
# podman build --network slirp4netns -t ubuntu-nix-basepod .
|
# podman build --network slirp4netns -t ubuntu-nix-basepod .
|
||||||
podman create --name basepod --network slirp4netns -p 2222:22 -v /var/home/ab/code/envs/home:/root:z -v /var/home/ab/code:/root/code:z localhost/ubuntu-nix-basepod:latest
|
podman create --name basepod --network slirp4netns -p 2222:22 -v basestore:/nix/store -v /var/home/ab/code/envs/home:/root:z -v /var/home/ab/code:/root/code:z localhost/ubuntu-nix-basepod:latest
|
||||||
#podman generate systemd basepod > ~/.config/systemd/user/basepod.service
|
#podman generate systemd basepod > ~/.config/systemd/user/basepod.service
|
||||||
#systemctl --user daemon-reload
|
#systemctl --user daemon-reload
|
||||||
#systemctl --user enable --now basepod
|
#systemctl --user enable --now basepod
|
||||||
|
|
|
||||||
1
tex.list
1
tex.list
|
|
@ -5,3 +5,4 @@ texlive-latex-extra
|
||||||
texlive-science
|
texlive-science
|
||||||
latexmk
|
latexmk
|
||||||
texlive-xetex
|
texlive-xetex
|
||||||
|
psutils
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue