Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
new site.nix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsagnes committed Aug 8, 2017
1 parent 668db30 commit 8769efa
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions example/site.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,26 @@
Initialization of Styx, should not be edited
-----------------------------------------------------------------------------*/
{ lib, styx, runCommand, writeText
, styx-themes
{ styx
, extraConf ? {}
}@args:

rec {

/* Library loading
/* Importing styx library
*/
styxLib = import styx.lib args;
styxLib = import styx.lib styx;


/*-----------------------------------------------------------------------------
Themes setup
-----------------------------------------------------------------------------*/

/* Importing styx themes from styx
*/
styx-themes = import styx.themes;

/* list the themes to load, paths or packages can be used
items at the end of the list have higher priority
*/
Expand Down

0 comments on commit 8769efa

Please sign in to comment.