diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-21 17:29:53 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2025-03-21 17:29:53 -0400 |
| commit | 19f764780c12c1e0ee13998e980c64acf7dc9b0e (patch) | |
| tree | 09924016790158db69e946563c9bf214e50e47bc /modules/global.nix | |
| parent | e2fe74863e48c5f05b18fac38b73e7a3e0bf1375 (diff) | |
| download | home-19f764780c12c1e0ee13998e980c64acf7dc9b0e.tar.gz | |
tmux stuff
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 |