9 lines
152 B
Nix
9 lines
152 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
inputs.dankMaterialShell.homeModules.dankMaterialShell.default
|
|
];
|
|
|
|
programs.dankMaterialShell.enable = true;
|
|
}
|