1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-04-15 02:02:08 -04:00

nix: add package option for dms-shell (#1864)

... to make it configurable.
This commit is contained in:
İlkecan Bozdoğan
2026-02-28 07:07:01 +03:00
committed by bbedward
parent 1f64bb8031
commit 6921442aab
5 changed files with 24 additions and 10 deletions

View File

@@ -2,7 +2,6 @@
config,
lib,
pkgs,
dmsPkgs,
...
}:
let
@@ -10,7 +9,7 @@ let
in
{
packages = [
dmsPkgs.dms-shell
cfg.package
]
++ lib.optional cfg.enableSystemMonitoring cfg.dgop.package
++ lib.optionals cfg.enableVPN [