nix-config/modules/nix/browser/default.nix
smayzy 87a7013d51
All checks were successful
nixos config pipeline / show-flake (push) Successful in 27s
nixos config pipeline / deploy (push) Successful in 2m59s
update && remove floorp & stylix && mkForce nfv theme && change kdenlive pkg name cause changed upstream
2025-09-27 10:07:50 +02:00

9 lines
89 B
Nix

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