nixos/home/browser/default.nix

8 lines
83 B
Nix
Raw Normal View History

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