modules/nixos/wireguard-dns: Init

This commit is contained in:
kat witch 2021-09-07 04:14:08 +01:00
parent 70d95acddb
commit 027c0012de
No known key found for this signature in database
GPG key ID: 1B477797DCA5EC72
9 changed files with 57 additions and 35 deletions

View file

@ -119,9 +119,9 @@ in
})) [
"zsh-z"
]) ++ lib.optional (pkgs.hostPlatform == pkgs.buildPlatform) ({
name = "fzf-tab";
src = "${pkgs.zsh-fzf-tab}/share/fzf-tab";
});
name = "fzf-tab";
src = "${pkgs.zsh-fzf-tab}/share/fzf-tab";
});
};
programs.fzf = {
enable = true;