chore: + filezilla

This commit is contained in:
m3tm3re
2026-05-07 19:36:06 +02:00
parent 51edd1f8b0
commit 8e92a874f6
+3 -2
View File
@@ -12,8 +12,9 @@ in {
options.coding.packages.enable = mkEnableOption "additional coding packages (bruno, insomnia)";
config = mkIf cfg.enable {
home.packages = [
pkgs.bruno
home.packages = with pkgs; [
bruno
filezilla
];
};
}