mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 06:19:00 +00:00
users/foo-dogsquared: migrate to Bahaghari instead of tinted-theming.nix
This commit is contained in:
parent
db2da4d7d2
commit
553ac7a311
@ -12,7 +12,7 @@ let
|
|||||||
in
|
in
|
||||||
{
|
{
|
||||||
colorscheme =
|
colorscheme =
|
||||||
if config.tinted-theming.schemes?"bark-on-a-tree"
|
if config.bahaghari.tinted-theming.schemes?"bark-on-a-tree"
|
||||||
then (lib.mkForce "bark-on-a-tree")
|
then (lib.mkForce "bark-on-a-tree")
|
||||||
else (lib.mkDefault "default");
|
else (lib.mkDefault "default");
|
||||||
|
|
||||||
@ -357,6 +357,6 @@ in
|
|||||||
"${sym "@text.uri"}" = { fg = mkRaw "base0C"; };
|
"${sym "@text.uri"}" = { fg = mkRaw "base0C"; };
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
}) config.tinted-theming.schemes;
|
}) config.bahaghari.tinted-theming.schemes;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -29,7 +29,7 @@ in
|
|||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# Inherit all of the schemes.
|
# Inherit all of the schemes.
|
||||||
inherit (hmCfg) tinted-theming;
|
bahaghari.tinted-theming.schemes = hmCfg.bahaghari.tinted-theming.schemes;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user