From 1a51f2f555b182673e3f9b3e38fb2ab0e57dd6c2 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 23 Jan 2025 09:26:51 -0500 Subject: reconfigure --- options.nix | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'options.nix') diff --git a/options.nix b/options.nix index 460ab63..4377679 100644 --- a/options.nix +++ b/options.nix @@ -3,17 +3,25 @@ fullName = "Freya Murphy"; email = "freya@freyacat.org"; + # custom theme theme = rec { - colors = (import ./modules/themes).catppuccin.mocha; - accentColor = colors.base0D; + colors = (import ./nix/themes).catppuccin.mocha; opacity = 0.75; outerRadius = 5; innerRadius = 2; outerGap = 10; innerGap = 3; + + wallpaper = "~/.config/nix/files/wallpapers/gay.png"; + avatar = "~/.config/nix/files/pfps/freya.png"; }; - wallpaper = "~/.config/nix/files/wallpapers/gay.png"; - avatar = "~/.config/nix/files/pfps/freya.png"; + # programs to auto run in gui + autoRun = [ + "waybar" + "thunderbird" + "discord --enable-features=UseOzonePlatform --ozone-platform=wayland" + "element-desktop --enable-features=UseOzonePlatform --ozone-platform=wayland" + ]; } -- cgit v1.2.3-freya