nixos/modules/common/applications/default.nix

8 lines
86 B
Nix

{ ... }:
{
imports = [
./discord.nix
./firefox.nix
./netbird.nix
];
}