Added jupyter kernel configuration

This commit is contained in:
EsVagy42 2026-02-19 23:09:41 +01:00
parent bade0a8e94
commit 106fe0b44c
7 changed files with 287 additions and 2 deletions

View file

@ -59,6 +59,11 @@
recursive = true;
};
home.file.".local/share/jupyter/kernels/envii" = {
source = ./jupyter/kernels/envii;
recursive = true;
};
programs = {
firefox = {
package = pkgs.librewolf;