dotfiles/nixpkgs/secret/programs/qutebrowser/default.nix

8 lines
70 B
Nix

{ ... }:
{
imports = [
./bookmarks.nix
./engines.nix
];
}