ソースを参照

move geogebra to flatpak

Johan Rong 2 ヶ月 前
コミット
c7308e9e2e

+ 3 - 3
flake.lock

@@ -40,11 +40,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1781115013,
-        "narHash": "sha256-3BopHqMvh26sKim6rumZBY568VrISCWtRgqDuLGR/H0=",
+        "lastModified": 1781319724,
+        "narHash": "sha256-ZGuxexEMo4Xv28KJ0dX/m/PHN4oZIOnxHZpNTyrvx4M=",
         "owner": "nix-community",
         "repo": "home-manager",
-        "rev": "fcbbf5484ab2c733e886ef4fa91e8da1c8c028f5",
+        "rev": "8355f0a16b2dbb06a97959a918af5b239bbe05ae",
         "type": "github"
       },
       "original": {

+ 0 - 1
home/flavors/application/workstation/default.nix

@@ -14,7 +14,6 @@
     vlc
     inkscape
     f3d
-    geogebra6
     chromium
     mediawriter
     tailscale

+ 1 - 0
nixos/features/system/basic.nix

@@ -44,6 +44,7 @@
     packages = [
       "com.github.tchx84.Flatseal"
       "com.dec05eba.gpu_screen_recorder"
+      "org.geogebra.GeoGebra"
     ];
   };