Setup nix logo for doom dashboard

This commit is contained in:
Emmet
2023-06-04 10:52:24 -05:00
parent ad64f875ab
commit 0bb5e70ef9
8 changed files with 8 additions and 5 deletions

View File

@@ -31,7 +31,7 @@
theme = "ayu-dark";
themePolarityPath = "/themes/"+theme+"/polarity.txt";
themePolarity = builtins.readFile (./. + themePolarityPath);
themePolarity = lib.removeSuffix "\n" (builtins.readFile (./. + themePolarityPath));
backgroundUrlPath = "/themes/"+theme+"/backgroundurl.txt";
backgroundUrl = builtins.readFile (./. + backgroundUrlPath);
backgroundSha256Path = "/themes/"+theme+"/backgroundsha256.txt";