nixos/home/browser/default.nix

8 lines
83 B
Nix

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