Skip to content

Commit 8b16223

Browse files
committed
feat(home): wire plasma-manager into shared home modules
Exposes programs.plasma options to all Home Manager profiles; inert until a profile enables it.
1 parent 42152bd commit 8b16223

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

flake/configs.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ let
2121
allHomeModules = [
2222
inputs.catppuccin.homeModules.catppuccin
2323
inputs.nix-index-database.homeModules.nix-index
24+
inputs.plasma-manager.homeModules.plasma-manager
2425
inputs.sops-nix.homeManagerModules.sops
2526
]
2627
++ self.lib.file.importModulesRecursive ../modules/home;

0 commit comments

Comments
 (0)