1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-14 08:12:46 -04:00

flake: expose mkDmsShell and buildDmsPkgs via lib output (#2409)

This commit is contained in:
Amaan Qureshi
2026-05-14 01:40:55 -04:00
committed by GitHub
parent 9a630fad92
commit 4bb3dd8310
+2
View File
@@ -192,6 +192,8 @@
}
);
lib = { inherit mkDmsShell buildDmsPkgs; };
homeModules.dank-material-shell = mkModuleWithDmsPkgs ./distro/nix/home.nix;
homeModules.default = self.homeModules.dank-material-shell;