This commit is contained in:
2024-06-17 17:26:25 +02:00
parent fedb376f65
commit 75b69aada8
9 changed files with 21 additions and 19 deletions

View File

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