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
];
}

View File

@@ -15,6 +15,7 @@
../modules/docker.nix ../modules/docker.nix
../modules/teams-for-linux.nix ../modules/teams-for-linux.nix
../modules/azure-data-studio.nix ../modules/azure-data-studio.nix
../modules/filezilla.nix
]; ];
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;