mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-05 22:44:34 +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
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue