steal stylix from MaxMur

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-03 17:57:49 +03:00
parent 211e509628
commit 6fc63520e9
12 changed files with 156 additions and 303 deletions

View File

@ -7,7 +7,7 @@
}: let
inherit (lib) mkIf mkEnableOption mkDefault mkForce getExe;
inherit (osConfig.networking) hostId;
inherit (config.stylix) colors;
inherit (config.lib.stylix) colors;
cfg = config.desktop.niri;
cursorSize = config.stylix.cursor.size;
cursorName = config.stylix.cursor.name;