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 /config/default.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 'config/default.nix')
-rw-r--r-- | config/default.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/default.nix b/config/default.nix index b81ce3b..ec432f1 100644 --- a/config/default.nix +++ b/config/default.nix @@ -286,6 +286,10 @@ in { description = "Theme inner gap/spacing."; }; + blur = mkEnableOption { + description = "If to enable blur in some programs."; + }; + wallpaper = mkOption { type = types.str; description = "Path to wallpaper image"; |