diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-22 01:33:34 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-22 01:33:34 -0400 |
commit | c828a52388e91ec18d79b49b7d34f987cb2f93f0 (patch) | |
tree | 4a562e1097529dbf1fa427e72ac4b8639a224ac6 /options.nix | |
parent | disable blur and add toggle option (diff) | |
download | dotfiles-nix-c828a52388e91ec18d79b49b7d34f987cb2f93f0.tar.gz dotfiles-nix-c828a52388e91ec18d79b49b7d34f987cb2f93f0.tar.bz2 dotfiles-nix-c828a52388e91ec18d79b49b7d34f987cb2f93f0.zip |
change wallpaper
Diffstat (limited to 'options.nix')
-rw-r--r-- | options.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/options.nix b/options.nix index eed829d..3bdd419 100644 --- a/options.nix +++ b/options.nix @@ -23,7 +23,7 @@ innerGap = 3; blur = false; - wallpaper = "~/.config/nix/files/wallpapers/mioShun.jxl"; + wallpaper = "~/.config/nix/files/wallpapers/flower.jxl"; lockscreen = "~/.config/nix/files/wallpapers/flower.jxl"; avatar = "~/.config/nix/files/pfps/mioShun.jxl"; }; |