mirror of
https://github.com/CHN-beta/nixos.git
synced 2026-01-12 02:09:26 +08:00
modules.packages.yazi: init
This commit is contained in:
@@ -56,7 +56,6 @@ inputs:
|
||||
autojump.enable = true;
|
||||
direnv = { enable = true; nix-direnv.enable = true; };
|
||||
mosh.enable = true;
|
||||
yazi.enable = true;
|
||||
};
|
||||
services =
|
||||
{
|
||||
|
||||
8
modules/packages/yazi.nix
Normal file
8
modules/packages/yazi.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
inputs:
|
||||
{
|
||||
config =
|
||||
{
|
||||
programs.yazi.enable = true;
|
||||
nixos.user.sharedModules = [{ config.programs.yazi.enable = true; }];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user