{ user = "freya"; fullName = "Freya Murphy"; email = "freya@freyacat.org"; # custom theme theme = rec { colors = (import ./themes).catppuccin.mocha; font = { size = 14; monospace = "monospace"; regular = "SF Pro Text"; header = "SF Pro Display Bold"; icon = "Font Awesome 6 Pro"; }; borderWidth = 2; opacity = 0.75; outerRadius = 8; innerRadius = 4; outerGap = 10; innerGap = 3; blur = false; wallpaper = "~/.config/nix/files/wallpapers/mioShun.jxl"; lockscreen = "~/.config/nix/files/wallpapers/flower.jxl"; avatar = "~/.config/nix/files/pfps/mioShun.jxl"; }; # programs to auto run in gui autoRun = [ "astal-shell" "wl-clip-persist -c both" "thunderbird" "discord --enable-features=UseOzonePlatform --ozone-platform=wayland" "element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland" ]; }