lean4
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
./element
|
||||
./git
|
||||
./ktouch
|
||||
./lean4
|
||||
./libreoffice
|
||||
./maestral
|
||||
./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