feat: add DankMaterialShell home module

This commit is contained in:
2026-06-01 19:50:33 +02:00
parent 4e1b39f443
commit 7f80fd8a75
7 changed files with 70 additions and 4 deletions
+6 -1
View File
@@ -19,7 +19,10 @@
# m3ta.home.sets.coding.languages.python.extra = true;
# wayland.windowManager.hyprland.settings.monitor = [ ... ];
#
{inputs, selfPath}: let
{
inputs,
selfPath,
}: let
lib = inputs.nixpkgs.lib;
in {
mkHome = {
@@ -82,6 +85,8 @@ in {
[
# External Home Manager modules required by selectable profiles
inputs.agent-lib.homeManagerModules.default
inputs.dms.homeModules.default
inputs.dms-plugin-registry.homeModules.default
# Paths module — must be first, provides m3taHome.paths.srcRoot
../modules/paths.nix