mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
mathematics: init module with lean4
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
_: {
|
||||||
|
flake.nixosModules.mathematics = {pkgs, ...}: {
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
lean4
|
||||||
|
];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -35,6 +35,7 @@
|
|||||||
kdrive-desktop # we will setup this later
|
kdrive-desktop # we will setup this later
|
||||||
latex
|
latex
|
||||||
ly
|
ly
|
||||||
|
mathematics
|
||||||
mullvad
|
mullvad
|
||||||
networking
|
networking
|
||||||
notifications
|
notifications
|
||||||
|
|||||||
@@ -36,6 +36,7 @@
|
|||||||
kdrive-laptop
|
kdrive-laptop
|
||||||
latex
|
latex
|
||||||
ly
|
ly
|
||||||
|
mathematics
|
||||||
mullvad
|
mullvad
|
||||||
networking
|
networking
|
||||||
notifications
|
notifications
|
||||||
|
|||||||
Reference in New Issue
Block a user