lean4
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
./element
|
./element
|
||||||
./git
|
./git
|
||||||
./ktouch
|
./ktouch
|
||||||
|
./lean4
|
||||||
./libreoffice
|
./libreoffice
|
||||||
./maestral
|
./maestral
|
||||||
./neovim
|
./neovim
|
||||||
|
|||||||
5
home/programs/lean4/default.nix
Normal file
5
home/programs/lean4/default.nix
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
home.packages = with pkgs; [ lean ];
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user