mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
bahaghari/modules/tinted-theming: refactor code
This commit is contained in:
parent
26f827d9dd
commit
118191fe5b
@ -1,10 +1,9 @@
|
||||
# Essentially a derivative of nix-colors module that closely follows Tinted
|
||||
# Theming "standard" and can hold multiple palettes suitable for generating
|
||||
# multiple configuration files for organization purposes.
|
||||
{ pkgs, lib, ... }:
|
||||
{ pkgs, lib, bahaghariLib, ... }:
|
||||
|
||||
let
|
||||
bahaghariLib = import ../../lib { inherit pkgs; };
|
||||
inherit (bahaghariLib.tinted-theming) isBase24 isBase16;
|
||||
|
||||
settingsFormat = pkgs.formats.yaml { };
|
||||
|
Loading…
Reference in New Issue
Block a user