mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-04-25 06:19:10 +00:00
users/foo-dogsquared: refactor Bahaghari usage
This commit is contained in:
parent
5c4819dcb0
commit
7828b36a4e
@ -1,5 +1,8 @@
|
|||||||
{ config, lib, pkgs, foodogsquaredLib, bahaghariLib, ... }:
|
{ config, lib, pkgs, foodogsquaredLib, bahaghariLib, ... }:
|
||||||
|
|
||||||
|
let
|
||||||
|
inherit (bahaghariLib.tinted-theming) importScheme;
|
||||||
|
in
|
||||||
{
|
{
|
||||||
imports = [ ./modules ];
|
imports = [ ./modules ];
|
||||||
|
|
||||||
@ -81,8 +84,8 @@
|
|||||||
|
|
||||||
bahaghari.tinted-theming.schemes = {
|
bahaghari.tinted-theming.schemes = {
|
||||||
bark-on-a-tree =
|
bark-on-a-tree =
|
||||||
bahaghariLib.importYAML ./files/tinted-theming/base16/bark-on-a-tree.yaml;
|
importScheme ./files/tinted-theming/base16/bark-on-a-tree.yaml;
|
||||||
albino-bark-on-a-tree =
|
albino-bark-on-a-tree =
|
||||||
bahaghariLib.importYAML ./files/tinted-theming/base16/albino-bark-on-a-tree.yaml;
|
importScheme ./files/tinted-theming/base16/albino-bark-on-a-tree.yaml;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user