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:
@@ -1,5 +1,5 @@
|
||||
{ self, ... }: {
|
||||
flake.homeManagerModules.wisdomEditorsKate = self.lib.wisdomSimpleSlice {
|
||||
flake.homeManagerModules.wisdomEditorsKate = self.lib.wisdomSlice {
|
||||
path = "editors.kate";
|
||||
default = false;
|
||||
description = "Kate.";
|
||||
|
||||
Reference in New Issue
Block a user