Files
nix-dotfiles/home/modules/programs/newsboat/default.nix

7 lines
65 B
Nix

{
imports = [
./vacuum.nix
./fetch-articles.nix
];
}