9 lines
134 B
Nix
9 lines
134 B
Nix
{ config, pkgs, ... }:
|
|
{
|
|
|
|
imports = [ ];
|
|
|
|
qois.vault.enable = true;
|
|
qois.git.enable = true;
|
|
qois.static-page.enable = true;
|
|
}
|