nixos/home/browser/default.nix

9 lines
85 B
Nix

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