This commit is contained in:
2026-07-13 16:21:19 +02:00
parent 1e201aa9c6
commit 7add559324
3 changed files with 9 additions and 0 deletions

7
systems/modules/yazi.nix Normal file
View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
yazi
];
}