Add filezilla

This commit is contained in:
Armel van Ravels
2026-03-19 14:36:09 +01:00
parent e9b0f40ef7
commit 6be6804682
2 changed files with 8 additions and 0 deletions

View File

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