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
./git
./ktouch
./lean4
./libreoffice
./maestral
./neovim

View File

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