CrOS/home/crow/common/optional/desktops/dank/default.nix
TheWanderingCrow f3cb7d5611 setup DankLinux
2025-12-30 23:01:11 -05:00

10 lines
151 B
Nix

{ inputs, ... }:
{
imports = [
inputs.dms.homeModules.dankMaterialShell.default
];
programs.dankMaterialShell = {
enable = true;
};
}