12 lines
134 B
Nix
12 lines
134 B
Nix
{ ... }:
|
|
|
|
{
|
|
imports = [
|
|
# Import base configuration
|
|
./base.nix
|
|
];
|
|
|
|
config = {
|
|
modules.zathura.enable = true;
|
|
};
|
|
} |