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
@@ -1,5 +1,5 @@
{ self, ... }: {
flake.homeManagerModules.wisdomBrowsersFlow = self.lib.wisdomSimpleSlice {
flake.homeManagerModules.wisdomBrowsersFlow = self.lib.wisdomSlice {
path = "browsers.flow";
default = false;
description = "[Flow](https://github.com/MultiboxLabs/flow-browser) upstream AppImage wrapped for NixOS.";