mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-07 22:20:33 +02:00
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:
parent
48c2b6f207
commit
4908e6cf52
3 changed files with 33 additions and 4 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue