This commit is contained in:
2024-05-02 09:28:05 +02:00
parent f1fad8c870
commit 9d2b6f8d08
2 changed files with 6 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
./element ./element
./git ./git
./ktouch ./ktouch
./lean4
./libreoffice ./libreoffice
./maestral ./maestral
./neovim ./neovim

View File

@@ -0,0 +1,5 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [ lean ];
}