dotfiles/nixpkgs/secret/programs/default.nix

9 lines
80 B
Nix

{ ... }:
{
imports = [
./chromium
./newsboat
./qutebrowser
];
}