Use stylix instead of unmaintained nix-colors

This commit is contained in:
2026-06-01 23:06:54 +02:00
parent 5ecb1594d1
commit f6c123e3bf
13 changed files with 391 additions and 167 deletions
@@ -1,15 +1,9 @@
{
options,
config,
lib,
pkgs,
inputs,
...
}: let
inherit
(inputs.nix-colors.colorschemes.${builtins.toString config.colorscheme.name})
palette
;
palette = config.lib.stylix.colors;
in {
home.packages = with pkgs; [wlogout];