sisyphus/nixos/modules-old/apps/default.nix
2023-10-18 20:11:35 +02:00

7 lines
83 B
Nix

{
imports = [
./firefox
./kitty
./thunderbird
];
}