Add yazi config

This commit is contained in:
muon 2025-02-02 13:20:24 +00:00
parent 3b7fc020f6
commit 87fe0471ad
3 changed files with 41 additions and 7 deletions

View file

@ -1,10 +1,6 @@
{ pkgs, lib, osConfig, ... }: {
imports = [
./shell.nix
./emulator.nix
./development.nix
./tools.nix
];
imports =
[ ./shell.nix ./emulator.nix ./development.nix ./tools.nix ./yazi.nix ];
config = lib.mkIf osConfig.mods.desktop.enable {
mods.terminal.emulator.enable = lib.mkDefault true;