{
  user = "freya";
  fullName = "Freya Murphy";
  email = "freya@freyacat.org";

  # custom theme
  theme = rec {
    colors = (import  ./nix/themes).catppuccin.mocha;

    opacity = 0.75;
    outerRadius = 5;
    innerRadius = 2;
    outerGap = 10;
    innerGap = 3;

    wallpaper = "~/.config/nix/files/wallpapers/mioShun.jxl";
    avatar = "~/.config/nix/files/pfps/mioShun.jxl";
  };

  # programs to auto run in gui
  autoRun = [
    "waybar"
    "thunderbird"
    "discord --enable-features=UseOzonePlatform --ozone-platform=wayland"
    "element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland"
  ];
}