mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-11-10 07:25:30 +00:00
10 lines
120 B
Nix
10 lines
120 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./custom.nix
|
|
./okular.nix
|
|
./sioyek.nix
|
|
./qpdfview.nix
|
|
./zathura.nix
|
|
];
|
|
}
|