flake: remname dank-material-shell

This commit is contained in:
2025-12-22 10:26:03 +08:00
parent cd96c1a4ee
commit a097f7b85e
2 changed files with 3 additions and 3 deletions

View File

@@ -16,8 +16,8 @@ inputs: let inherit (inputs) topInputs; in
{ config.home-manager.sharedModules =
[
topInputs.catppuccin.homeModules.catppuccin
topInputs.dankmaterialshell.homeModules.dankMaterialShell.default
topInputs.dankmaterialshell.homeModules.dankMaterialShell.niri
topInputs.dankmaterialshell.homeModules.dank-material-shell
topInputs.dankmaterialshell.homeModules.niri
];}
] ++ (inputs.localLib.findModules ./.);
}

View File

@@ -51,7 +51,7 @@ inputs:
{
config.programs =
{
dankMaterialShell =
dank-material-shell =
{
enable = true;
niri.enableKeybinds = true;