mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Setup nix logo for doom dashboard
This commit is contained in:
parent
9c53947930
commit
d2fdccd8e7
4 changed files with 8 additions and 5 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue