Improved documentation

This commit is contained in:
Emmet
2023-06-21 10:31:09 -05:00
parent a13e9929a5
commit 1ab21a621c
7 changed files with 25 additions and 1 deletions

View File

@@ -29,6 +29,7 @@
backgroundSha256Path = "/themes/"+theme+"/backgroundsha256.txt";
backgroundSha256 = builtins.readFile (./. + backgroundSha256Path);
# set pkgs to correct type
pkgs = import nixpkgs {
inherit system;
config = { allowUnfree = true; };