nixdots/home/programs/graphical/browsers/default.nix
2024-07-27 01:07:07 +02:00

9 lines
85 B
Nix

_: {
imports = [
./chromium
./mullvad
./schizofox
./firefox
];
}