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,
|
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 = {
|
||||||
|
|
|
||||||
|
|
@ -16,7 +16,11 @@
|
||||||
poppler-utils
|
poppler-utils
|
||||||
jq
|
jq
|
||||||
fd
|
fd
|
||||||
|
ripgrep
|
||||||
|
fzf
|
||||||
|
zoxide
|
||||||
imagemagick
|
imagemagick
|
||||||
p7zip
|
p7zip
|
||||||
|
resvg
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,7 @@
|
||||||
curl
|
curl
|
||||||
rsync
|
rsync
|
||||||
p7zip
|
p7zip
|
||||||
|
jaq
|
||||||
];
|
];
|
||||||
|
|
||||||
wrappers.neovim.enable=true;
|
wrappers.neovim.enable=true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue