Commit 5aa9d28

HPCesia <me@hpcesia.com>
2026-03-17 13:14:06
refactor: move zellij to core
1 parent e60b340
Changed files (2)
modules
modules/core/tools/packages.nix
@@ -26,6 +26,7 @@
       which
       findutils
       btop
+      zellij
     ];
   };
 
modules/dev/zellij.nix → modules/core/zellij.nix
@@ -1,5 +1,5 @@
 {
-  flake.modules.homeManager.dev = _: {
+  flake.modules.homeManager.core = _: {
     programs.zellij = {
       enable = true;
       settings = {