mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-24 21:42:51 -05:00
- The program module is now called dank-material-shell - The homeModules structure is flattened
16 lines
202 B
Nix
16 lines
202 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [
|
|
(lib.mkRenamedOptionModule
|
|
[
|
|
"programs"
|
|
"dankMaterialShell"
|
|
]
|
|
[
|
|
"programs"
|
|
"dank-material-shell"
|
|
]
|
|
)
|
|
];
|
|
}
|