chore: upgrade lock

This commit is contained in:
Yorick Barbanneau 2024-04-15 22:26:31 +02:00
parent a7738e0753
commit 25960d2e0b
3 changed files with 49 additions and 16 deletions

View file

@ -15,10 +15,10 @@ in
};
config = mkIf cfg.enable {
home.packages = with pkgs; [
pinentry-gnome
pkgs.gcr
];
home.packages = with pkgs; [
# pinentry-gnome
pkgs.gcr
];
programs.gpg = {
enable = true;
@ -31,7 +31,7 @@ in
enable = true;
enableScDaemon = true;
enableZshIntegration = true;
pinentryFlavor = "gnome3";
pinentryPackage = pkgs.pinentry-gnome3;
};
programs.password-store = {

View file

@ -33,12 +33,11 @@ in
nil
nodePackages.bash-language-server
python3Packages.python-lsp-server
rnix-lsp
shellcheck
yaml-language-server
# Formatters
nixfmt
nixfmt-rfc-style
shfmt
];
extraLuaConfig = (builtins.readFile ./files/options.lua);