programs.dms-shell.plugins
DMS Plugins to install and enable
- Type
attribute set of (submodule)- Default
{ }- Example
{ DockerManager = { src = pkgs.fetchFromGitHub { owner = "LuckShiba"; repo = "DmsDockerManager"; rev = "v1.2.0"; sha256 = "sha256-VoJCaygWnKpv0s0pqTOmzZnPM922qPDMHk4EPcgVnaU="; }; }; AnotherPlugin = { enable = true; src = pkgs.another-plugin; }; }- Declared
- <nixpkgs/nixos/modules/programs/wayland/dms-shell.nix>