steal from MaxMur

Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
2025-04-03 17:57:49 +03:00
parent f31ca59f58
commit 211e509628
11 changed files with 94 additions and 84 deletions

View File

@ -3,8 +3,8 @@
config,
lib,
...
}:
with lib; let
}: let
inherit (lib) mkIf mkEnableOption;
cfg = config.console.joshuto;
in {
options = {
@ -204,7 +204,7 @@ in {
# '';
# };
# in
lib.mkIf cfg.enable {
mkIf cfg.enable {
home.packages = [pkgs.file];
programs.joshuto = {
enable = true;
@ -223,7 +223,7 @@ in {
column_ratio = [1 5 2];
};
preview = {
# preview_script = lib.getExe pkgs.pistol;
# preview_script = getExe pkgs.pistol;
use_xdg_thumbs = true;
xdg_thumb_size = "xxlarge";
};