commit 32abdfc18eb9037bc670e29737a4eb586a80b1d9
parent 9d2135f7e5cec73228d05a90b5eff9cdad5e8361
Author: Chris <chris@echoz.io>
Date: Wed, 15 Oct 2025 21:05:52 +0200
feat(firefox): add ff zsh alias
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/modules/firefox/default.nix b/modules/firefox/default.nix
@@ -18,6 +18,7 @@
home-manager.users.${user} = {
wayland.windowManager.hyprland.settings.bind = [ "$mod, W, exec, uwsm app -- firefox" ];
+ programs.zsh.shellAliases.ff = "firefox";
programs.firefox = {
enable = true;