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