diff options
author | Freya Murphy <freya@freyacat.org> | 2025-06-22 01:02:56 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-06-22 01:02:56 -0400 |
commit | 00aad8287b2e85c48bb3b1078490233e162de328 (patch) | |
tree | 2453cd70f442747191d3078e2b94447ceba8a048 /options.nix | |
parent | make max width chars shorted in launcher with new font (diff) | |
download | dotfiles-nix-00aad8287b2e85c48bb3b1078490233e162de328.tar.gz dotfiles-nix-00aad8287b2e85c48bb3b1078490233e162de328.tar.bz2 dotfiles-nix-00aad8287b2e85c48bb3b1078490233e162de328.zip |
disable blur and add toggle option
Diffstat (limited to '')
-rw-r--r-- | options.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/options.nix b/options.nix index 8ece493..eed829d 100644 --- a/options.nix +++ b/options.nix @@ -21,6 +21,7 @@ innerRadius = 4; outerGap = 10; innerGap = 3; + blur = false; wallpaper = "~/.config/nix/files/wallpapers/mioShun.jxl"; lockscreen = "~/.config/nix/files/wallpapers/flower.jxl"; |