mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add yazi config
This commit is contained in:
parent
3b7fc020f6
commit
87fe0471ad
3 changed files with 41 additions and 7 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue