nixos/modules/common/applications/default.nix
2024-05-18 18:21:25 -04:00

7 lines
68 B
Nix

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