users/foo-dogsquared: migrate to Bahaghari instead of tinted-theming.nix

This commit is contained in:
Gabriel Arazas 2024-02-23 20:59:47 +08:00
parent db2da4d7d2
commit 553ac7a311
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ let
in
{
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")
else (lib.mkDefault "default");
@ -357,6 +357,6 @@ in
"${sym "@text.uri"}" = { fg = mkRaw "base0C"; };
})
];
}) config.tinted-theming.schemes;
}) config.bahaghari.tinted-theming.schemes;
};
}

View File

@ -29,7 +29,7 @@ in
enable = true;
# Inherit all of the schemes.
inherit (hmCfg) tinted-theming;
bahaghari.tinted-theming.schemes = hmCfg.bahaghari.tinted-theming.schemes;
};
};
};