Add yazi
This commit is contained in:
@@ -30,6 +30,7 @@
|
||||
../modules/btop.nix
|
||||
../modules/discord.nix
|
||||
../modules/lazygit.nix
|
||||
../modules/yazi.nix
|
||||
./mtp-fix.nix
|
||||
];
|
||||
|
||||
|
||||
7
systems/modules/yazi.nix
Normal file
7
systems/modules/yazi.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
yazi
|
||||
];
|
||||
}
|
||||
@@ -26,6 +26,7 @@
|
||||
../modules/btop.nix
|
||||
../modules/vlc.nix
|
||||
../modules/lazygit.nix
|
||||
../modules/yazi.nix
|
||||
];
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
|
||||
Reference in New Issue
Block a user