refactor(wisdom): rename wisdomSimpleSlice to wisdomSlice

Rename the helper function `wisdomSimpleSlice` to `wisdomSlice` across
the codebase and update documentation to reflect the new naming
convention. This change simplifies the API for creating trivial
single-package slices.
This commit is contained in:
2026-07-17 11:44:56 -03:00
parent 0939766e3a
commit 548a438f6a
9 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
in
map (name: self.homeManagerModules.${name}) names;
flake.lib.wisdomSimpleSlice =
flake.lib.wisdomSlice =
{ path, default, description, packages }:
{ config, lib, pkgs, ... }:
let