{ pkgs, inputs, ... }: { # enable the catppuccin theme for everything with mocha + blue accents catppuccin.enable = true; catppuccin.flavor = "mocha"; catppuccin.accent = "blue"; #SEE SESSIONS.NIX FOR SESSION VARIABLES }