you know the drill at this point

This commit is contained in:
Chris Kruining 2025-07-24 16:02:25 +02:00
parent 2d0b2b5070
commit b8e4a0a8bc
No known key found for this signature in database
GPG key ID: EB894A3560CCCAD2
27 changed files with 227 additions and 555 deletions

View file

@ -1,7 +1,6 @@
{ config, lib, pkgs, user, ... }:
{ config, lib, pkgs, namespace, ... }:
let
inherit (lib.${namespace}) mkIf;
inherit (lib.options) mkEnableOption;
inherit (lib) mkIf mkEnableOption;
cfg = config.${namespace}.shell.toolset.yazi;
in