diff options
Diffstat (limited to 'modules/global.nix')
| -rw-r--r-- | modules/global.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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 |