added some new yazi dependencies.
This commit is contained in:
parent
fce0a1edeb
commit
aa0f7ab0cf
4 changed files with 6 additions and 10 deletions
|
|
@ -1,9 +0,0 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
services.nextcloud-client.enable = true;
|
||||
services.gnome-keyring.enable = true;
|
||||
}
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
pkgs,
|
||||
...
|
||||
}: let
|
||||
secretsDirectory = builtins.toString (inputs.nix-secrets or "");
|
||||
secretsDirectory = toString (inputs.nix-secrets or "");
|
||||
in {
|
||||
config = lib.mkIf (inputs ? nix-secrets) {
|
||||
sops = {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,11 @@
|
|||
poppler-utils
|
||||
jq
|
||||
fd
|
||||
ripgrep
|
||||
fzf
|
||||
zoxide
|
||||
imagemagick
|
||||
p7zip
|
||||
resvg
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
curl
|
||||
rsync
|
||||
p7zip
|
||||
jaq
|
||||
];
|
||||
|
||||
wrappers.neovim.enable=true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue