{ config, True, False, ... }: { imports = [ ./parts ../../modules/home ]; module = { programs = { # PROGRAMS cli = { # CLI PROGRAMS bat = True; cava = True; eza = True; fetch = True; fzf = True; git = True; helix = True; joshuto = True; legendary = True; micro = False; rmpc = False; top = True; yazi = True; zoxide = True; }; gui = { # GUI PROGRAMS floorp = True; mpv = True; obs = True; qbittorrent = True; spotify = True; swayimg = True; zed = False; }; custom = { anicli = True; mabel = False; rustmission = True; torque = True; }; }; shells = { # SHELLS fish = True; nushell = True; tmux = False; zsh = False; starship = True; }; themes = { # THEMING ENV gtk = True // { icon = "adwaita"; }; # GTK APPS qt = True; # QT APPS stylix = True // { theme = "paradise"; image = "train"; cursor = with config.lib.stylix.colors; { bg = "#${base0E}"; ol = "#${base00}"; ac = "#${base0E}"; }; }; }; wm = { # WINDOW MANAGER hyprland = True; sway = False; terminals = { # TERMINALS kitty = True; foot = False; wezterm = False; }; misc = { # IDK mako = True; waybar = False; nwg = True; wob = False; }; }; misc = { # MISC MODULES dconf = True; xdg = True; }; }; }