{ config, lib, pkgs, inputs, ... }: let cfg = config.modules.stylix; in { imports = [ #./shared.nix inputs.stylix.homeModules.stylix ]; config = { stylix.enable = true; stylix.targets.hyprland.enable = true; }; }