mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-10 01:24:05 -05:00
10 lines
151 B
Nix
10 lines
151 B
Nix
{ inputs, ... }:
|
|
{
|
|
imports = [
|
|
inputs.dms.homeModules.dankMaterialShell.default
|
|
];
|
|
|
|
programs.dankMaterialShell = {
|
|
enable = true;
|
|
};
|
|
}
|