diff options
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"; |