{ pkgs, inputs, theme, ... }: { imports = [ inputs.stylix.homeManagerModules.stylix ./themes/${theme} # GTK theme applied in home-manager/common/software/cli/bash.nix # Theme agnostic configs ./common/hyprland/hyprland-binds.nix ./common/swayosd/swayosd-conf.nix ./common/waybar/scripts.nix ]; stylix.image = /etc/nixos/git/wallpapers/default/wallpaper1.png; stylix.autoEnable = true; }