moved config around

- moved fuzzel config to the nix file rather than editing it in a
specific file
- added fzf zsh support
This commit is contained in:
chloe 2025-07-02 22:48:03 +02:00
parent 48c2b6f207
commit 4908e6cf52
3 changed files with 33 additions and 4 deletions

View file

@ -17,9 +17,11 @@
pkgs.foot.terminfo
pkgs.kittysay
pkgs.tmux
pkgs.fzf
];
environment.variables.EDITOR = "nvim";
programs.fzf.fuzzyCompletion = true;
nix.settings.experimental-features = [
"nix-command"
@ -31,8 +33,6 @@
keyMap = "fr";
};
services.tailscale.enable = true;
# Set your time zone.
time.timeZone = lib.mkDefault "Europe/Paris";
i18n.defaultLocale = "fr_FR.UTF-8";