This commit is contained in:
2024-05-17 23:55:35 +02:00
parent 7b5d99eefc
commit 63ed48372d

View File

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