mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Added ashes background + reorganized themes dir
This commit is contained in:
parent
44ad4b4494
commit
d2e1c2d974
27 changed files with 19 additions and 3 deletions
|
@ -24,8 +24,10 @@
|
|||
name = "emmet";
|
||||
email = "librephoenix@protonmail.com";
|
||||
dotfilesDir = "~/.dotfiles";
|
||||
theme = "ayu-dark";
|
||||
themePolarity = "dark";
|
||||
theme = "ashes";
|
||||
|
||||
themePolarityPath = "/themes/"+theme+"/polarity.txt";
|
||||
themePolarity = 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