Added ente auth

This commit is contained in:
Jan-Bulthuis 2025-02-08 21:52:28 +01:00
parent 798d468706
commit 512c6066fa
1 changed files with 10 additions and 10 deletions

View File

@ -21,6 +21,7 @@
freecad-wayland freecad-wayland
inkscape inkscape
# appflowy # appflowy
ente-auth
]; ];
# TODO: Move to gpg module # TODO: Move to gpg module
@ -68,7 +69,6 @@
steam.enable = true; steam.enable = true;
modrinth.enable = true; modrinth.enable = true;
es-de.enable = true; es-de.enable = true;
pcsx2.enable = true;
retroarch.enable = true; retroarch.enable = true;
ryujinx.enable = true; ryujinx.enable = true;
@ -109,15 +109,15 @@
tex.enable = true; tex.enable = true;
jupyter.enable = true; jupyter.enable = true;
python.extraPythonPackages = p: [ # python.extraPythonPackages = p: [
p.numpy # p.numpy
p.scikit-learn # p.scikit-learn
p.scipy # p.scipy
p.pandas # p.pandas
p.matplotlib # p.matplotlib
p.torch # p.torch
p.torchvision # p.torchvision
]; # ];
# Enable unfree # Enable unfree
unfree.enable = true; unfree.enable = true;