Sops & more

This commit is contained in:
soraefir
2025-09-06 15:38:48 +02:00
parent 165791bbdb
commit 1576181ed2
5 changed files with 55 additions and 33 deletions

View File

@@ -2,6 +2,6 @@
imports = [ ./vscodium ];
config = lib.mkIf (config.syscfg.make.develop) {
home.packages = with pkgs; [ blender godot_4 openscad-unstable bambu-studio ];
home.packages = with pkgs; [ blender godot_4 openscad-unstable bambu-studio pandoc];
};
}