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
@@ -19,7 +19,7 @@
};
};
flake.homeManagerModules.wisdomAppsLocalsend = self.lib.wisdomSimpleSlice {
flake.homeManagerModules.wisdomAppsLocalsend = self.lib.wisdomSlice {
path = "apps.localsend";
default = true;
description = "LocalSend client; open the firewall on NixOS with `system.localsend` if you want inbound.";