Added ashes background + reorganized themes dir

This commit is contained in:
Emmet
2023-06-03 11:24:49 -05:00
parent 0fc202db73
commit 80745a62dd
27 changed files with 19 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
let
myFont = "Inconsolata";
myFontPkg = pkgs.inconsolata;
myThemePath = "../../../themes/"+myTheme+".yaml";
myThemePath = "../../../themes/"+myTheme+"/"+myTheme+".yaml";
in
{
home.file.".currenttheme".text = myTheme;