added some new yazi dependencies.

This commit is contained in:
Gabe Venberg 2026-03-18 19:58:51 +01:00
parent fce0a1edeb
commit aa0f7ab0cf
4 changed files with 6 additions and 10 deletions

View file

@ -1,9 +0,0 @@
{
config,
pkgs,
lib,
...
}: {
services.nextcloud-client.enable = true;
services.gnome-keyring.enable = true;
}

View file

@ -5,7 +5,7 @@
pkgs, pkgs,
... ...
}: let }: let
secretsDirectory = builtins.toString (inputs.nix-secrets or ""); secretsDirectory = toString (inputs.nix-secrets or "");
in { in {
config = lib.mkIf (inputs ? nix-secrets) { config = lib.mkIf (inputs ? nix-secrets) {
sops = { sops = {

View file

@ -16,7 +16,11 @@
poppler-utils poppler-utils
jq jq
fd fd
ripgrep
fzf
zoxide
imagemagick imagemagick
p7zip p7zip
resvg
]; ];
} }

View file

@ -31,6 +31,7 @@
curl curl
rsync rsync
p7zip p7zip
jaq
]; ];
wrappers.neovim.enable=true; wrappers.neovim.enable=true;