aboutsummaryrefslogtreecommitdiff
path: root/nix/modules/home/wofi.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nix/modules/home/wofi.nix')
-rw-r--r--nix/modules/home/wofi.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nix/modules/home/wofi.nix b/nix/modules/home/wofi.nix
index f6c4179..ec2e3bc 100644
--- a/nix/modules/home/wofi.nix
+++ b/nix/modules/home/wofi.nix
@@ -1,7 +1,7 @@
{ lib, config, ... }:
{
programs.wofi = {
- enable = true;
+ enable = lib.mkDefault config.monorepo.profiles.graphics.enable;
settings = {
location = "bottom-right";
allow_markup = true;