chore: bump dependencies

This commit is contained in:
Jacob Bachmann 2024-03-28 22:57:04 +01:00
parent b48904d25f
commit 7b9b4c6f3d
Signed by: bchmnn
GPG key ID: 732A612DAD28067D
3 changed files with 24 additions and 24 deletions

View file

@ -1,4 +1,4 @@
{ ... }: {
{ pkgs, ... }: {
programs.gpg = {
enable = true;
};
@ -7,6 +7,6 @@
enable = true;
enableBashIntegration = true;
enableZshIntegration = true;
pinentryFlavor = "gnome3";
pinentryPackage = pkgs.pinentry-gnome3;
};
}

View file

@ -2,7 +2,7 @@
programs.zsh = {
enable = true;
enableCompletion = true;
enableAutosuggestions = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
oh-my-zsh = {