From 19f764780c12c1e0ee13998e980c64acf7dc9b0e Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Fri, 21 Mar 2025 17:29:53 -0400 Subject: tmux stuff --- modules/global.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/global.nix') diff --git a/modules/global.nix b/modules/global.nix index c9fa3b6..30d39ec 100644 --- a/modules/global.nix +++ b/modules/global.nix @@ -33,6 +33,7 @@ in }; zsh.enable = true; tmux.enable = true; + fzf.enable = true; }; nixGL = lib.mkIf cfg.notNixOS { @@ -64,7 +65,7 @@ in username = "stefan"; homeDirectory = "/home/stefan"; stateVersion = "24.11"; - + shell.enableZshIntegration = true; packages = with pkgs; [ nerd-fonts.comic-shanns-mono -- cgit v1.2.3