From 512c6066fa599cc6d873a8ee5a44f502bbe6fa15 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sat, 8 Feb 2025 21:52:28 +0100 Subject: [PATCH] Added ente auth --- users/jan.nix | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/users/jan.nix b/users/jan.nix index 20edb49..b0007aa 100644 --- a/users/jan.nix +++ b/users/jan.nix @@ -21,6 +21,7 @@ freecad-wayland inkscape # appflowy + ente-auth ]; # TODO: Move to gpg module @@ -68,7 +69,6 @@ steam.enable = true; modrinth.enable = true; es-de.enable = true; - pcsx2.enable = true; retroarch.enable = true; ryujinx.enable = true; @@ -109,15 +109,15 @@ tex.enable = true; jupyter.enable = true; - python.extraPythonPackages = p: [ - p.numpy - p.scikit-learn - p.scipy - p.pandas - p.matplotlib - p.torch - p.torchvision - ]; + # python.extraPythonPackages = p: [ + # p.numpy + # p.scikit-learn + # p.scipy + # p.pandas + # p.matplotlib + # p.torch + # p.torchvision + # ]; # Enable unfree unfree.enable = true;