diff options
author | Freya Murphy <freya@freyacat.org> | 2025-01-23 23:20:49 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-23 23:20:49 -0500 |
commit | a09d867804fc6430d4fd1ca93ab04b5a2b650b9f (patch) | |
tree | a9c6f20103b1ee14bf289bc2a37927184cc1a6a9 /options.nix | |
parent | add imv (diff) | |
download | dotfiles-nix-a09d867804fc6430d4fd1ca93ab04b5a2b650b9f.tar.gz dotfiles-nix-a09d867804fc6430d4fd1ca93ab04b5a2b650b9f.tar.bz2 dotfiles-nix-a09d867804fc6430d4fd1ca93ab04b5a2b650b9f.zip |
convert assets to JXL
Diffstat (limited to '')
-rw-r--r-- | options.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/options.nix b/options.nix index 4377679..b8b454d 100644 --- a/options.nix +++ b/options.nix @@ -13,8 +13,8 @@ outerGap = 10; innerGap = 3; - wallpaper = "~/.config/nix/files/wallpapers/gay.png"; - avatar = "~/.config/nix/files/pfps/freya.png"; + wallpaper = "~/.config/nix/files/wallpapers/mioShun.jxl"; + avatar = "~/.config/nix/files/pfps/mioShun.jxl"; }; # programs to auto run in gui |