test camp laptop on nolaptop
This commit is contained in:
parent
e43d71c96d
commit
5d1a143d10
5 changed files with 61 additions and 7 deletions
49
extras/ssrov-laptop.nix
Normal file
49
extras/ssrov-laptop.nix
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{pkgs, ...}: {
|
||||
users.users.tao.packages = with pkgs; [
|
||||
(python311Full.withPackages (ps:
|
||||
with ps; [
|
||||
# bokeh
|
||||
# datashader
|
||||
# hvplot
|
||||
# ipywidgets
|
||||
# ipywidgets
|
||||
# jupyter
|
||||
# linkify-it-py
|
||||
# markdown-it-py
|
||||
# mdit-py-plugins
|
||||
# nbclient
|
||||
# numpy
|
||||
# pandas
|
||||
# panel
|
||||
# plotly
|
||||
# pyparsing
|
||||
# pyserial
|
||||
# scikit-learn
|
||||
# scipy
|
||||
# streamz
|
||||
# tkinter
|
||||
jupyter
|
||||
|
||||
# pyserial
|
||||
bokeh
|
||||
datashader
|
||||
hvplot
|
||||
# ipython_blocking
|
||||
ipywidgets
|
||||
nbclient
|
||||
numpy
|
||||
pandas
|
||||
panel
|
||||
plotly
|
||||
pyparsing
|
||||
scikit-learn
|
||||
scipy
|
||||
streamz
|
||||
|
||||
tkinter
|
||||
linkify-it-py
|
||||
markdown-it-py
|
||||
mdit-py-plugins
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
@ -26,11 +26,11 @@
|
|||
what = "//100.97.47.81/everything";
|
||||
where = "/mnt/uwuraid/everything";
|
||||
})
|
||||
# (opts
|
||||
# // {
|
||||
# what = "//100.97.47.81/games";
|
||||
# where = "/mnt/uwuraid/games";
|
||||
# })
|
||||
(opts
|
||||
// {
|
||||
what = "//100.97.47.81/games";
|
||||
where = "/mnt/uwuraid/games";
|
||||
})
|
||||
# (opts
|
||||
# // {
|
||||
# what = "//100.97.47.81/isos";
|
||||
|
|
@ -82,7 +82,7 @@
|
|||
# (opts // {where = "/mnt/uwuraid/appdata";})
|
||||
(opts // {where = "/mnt/uwuraid/backup";})
|
||||
(opts // {where = "/mnt/uwuraid/everything";})
|
||||
# (opts // {where = "/mnt/uwuraid/games";})
|
||||
(opts // {where = "/mnt/uwuraid/games";})
|
||||
# (opts // {where = "/mnt/uwuraid/isos";})
|
||||
# (opts // { where = "/mnt/uwuraid/jellyfin"; })
|
||||
(opts // {where = "/mnt/uwuraid/movies";})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue