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:
@@ -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.";
|
||||
|
||||
Reference in New Issue
Block a user