Add filezilla
This commit is contained in:
7
systems/modules/filezilla.nix
Normal file
7
systems/modules/filezilla.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
filezilla
|
||||
];
|
||||
}
|
||||
@@ -15,6 +15,7 @@
|
||||
../modules/docker.nix
|
||||
../modules/teams-for-linux.nix
|
||||
../modules/azure-data-studio.nix
|
||||
../modules/filezilla.nix
|
||||
];
|
||||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user