Planify + Element

This commit is contained in:
2024-03-05 18:56:00 +01:00
parent 22ff983471
commit ccf04eae11
3 changed files with 12 additions and 0 deletions

View File

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