Add filezilla

This commit is contained in:
Armel van Ravels
2026-03-12 16:12:00 +01:00
parent 7dabc61cd3
commit f3b633ad57
2 changed files with 8 additions and 0 deletions

7
programs/filezilla.nix Normal file
View File

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