aboutsummaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-06-23 15:25:10 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-06-23 15:25:10 -0400
commitbc7429703e01fe5b0bc06410ebd3c55be54d4163 (patch)
tree59ecaef14bc7c03281ed410657638ea60cbe06cd /modules
parenta520c3f602cd890bc5c92081568b2524675e9e2d (diff)
downloadhome-bc7429703e01fe5b0bc06410ebd3c55be54d4163.tar.gz
modules/global: make fuzzel the default launcher
Diffstat (limited to 'modules')
-rw-r--r--modules/global.nix5
1 files changed, 2 insertions, 3 deletions
diff --git a/modules/global.nix b/modules/global.nix
index ff79f66..d256c3e 100644
--- a/modules/global.nix
+++ b/modules/global.nix
@@ -28,7 +28,7 @@ in
type = lib.types.pathInStore;
description = "derivation that will behave like dmenu";
example = pkgs.dmenu;
- default = pkgs.tofi;
+ default = pkgs.fuzzel;
};
};
};
@@ -53,7 +53,7 @@ in
fzf.enable = true;
git.enable = true;
lazygit.enable = true;
- tofi.enable = true;
+ fuzzel.enable = true;
zathura.enable = true;
};
@@ -91,7 +91,6 @@ in
};
};
-
gtk = {
enable = true;
gtk3.extraConfig.gtk-application-prefer-dark-theme = if scheme.light then 0 else 1;