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