mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +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
|
||||
latex
|
||||
ly
|
||||
mathematics
|
||||
mullvad
|
||||
networking
|
||||
notifications
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
kdrive-laptop
|
||||
latex
|
||||
ly
|
||||
mathematics
|
||||
mullvad
|
||||
networking
|
||||
notifications
|
||||
|
||||
Reference in New Issue
Block a user