aboutsummaryrefslogtreecommitdiff
path: root/www/index.nix
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.nix')
-rw-r--r--www/index.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.nix b/www/index.nix
index 0d84ec3..e2e6528 100644
--- a/www/index.nix
+++ b/www/index.nix
@@ -9,6 +9,7 @@
inherit (lib) mkOption types;
replacements = {
"@title@" = config.title;
+ "@stylesheet@" = ''<link rel="stylesheet" type="text/css" href="style.css">'';
};
replace = file: with lib; replaceStrings (attrNames replacements) (attrValues replacements) file;
in