Files
nix/users/blake/dots/browser/default.nix

12 lines
89 B
Nix

{
pkgs,
lib,
config,
...
}: {
imports = [
./librewolf
./firefox
];
}