add dank material shell

This commit is contained in:
2025-10-01 19:36:53 +02:00
parent ee1d81ede2
commit 395deb4093
3 changed files with 106 additions and 22 deletions

View File

@@ -0,0 +1,8 @@
{ inputs, ... }:
{
imports = [
inputs.dankMaterialShell.homeModules.dankMaterialShell.default
];
programs.dankMaterialShell.enable = true;
}