Commit a082193

HPCesia <me@hpcesia.com>
2026-03-17 14:01:13
refactor: move yazi to core
1 parent cb0e077
Changed files (2)
modules
modules/dev/yazi.nix → modules/core/tools/yazi.nix
@@ -1,5 +1,8 @@
 {
-  flake.modules.homeManager.dev = {pkgs, ...}: let
+  flake.modules.nixos.core = {pkgs, ...}: {
+    environment.systemPackages = [pkgs.yazi];
+  };
+  flake.modules.homeManager.core = {pkgs, ...}: let
     yaziPlugins.auto-layout = pkgs.yaziPlugins.mkYaziPlugin {
       pname = "auto-layout.yazi";
       version = "unstable-25-07-30";
modules/core/zellij.nix → modules/core/tools/zellij.nix
File renamed without changes