Add DMS plugins for rbw lock and wvkbd toggle

- Introduced new DMS plugins: `rbw-lock-toggle` for managing Bitwarden vault state and `wvkbd-toggle` for showing/hiding the on-screen keyboard.
- Updated `flake.lock` and `flake.nix` to include the new plugins and their configurations.
- Removed legacy options and files related to the rbw lock toggle, streamlining the DMS configuration.
- Enhanced the home-manager module to support the new plugins and their integration into the DMS environment.
This commit is contained in:
2026-06-22 12:26:25 -03:00
parent 662d24a89c
commit 1524100ff5
16 changed files with 155 additions and 305 deletions
Generated
+34
View File
@@ -329,6 +329,22 @@
"type": "github"
}
},
"dms-plugin-rbw-lock-toggle": {
"flake": false,
"locked": {
"lastModified": 1782075393,
"narHash": "sha256-pTA8X2EWSnytBjwVph6G5QQbAH2RitCBm5XKbyeuXps=",
"ref": "refs/heads/main",
"rev": "f602df31706cde2176053faa284f8a2cecdd10ce",
"revCount": 1,
"type": "git",
"url": "https://git.chiasson.cloud/dms-plugins/rbw-lock-toggle"
},
"original": {
"type": "git",
"url": "https://git.chiasson.cloud/dms-plugins/rbw-lock-toggle"
}
},
"dms-plugin-unified-taskbar": {
"flake": false,
"locked": {
@@ -393,6 +409,22 @@
"type": "github"
}
},
"dms-plugin-wvkbd-toggle": {
"flake": false,
"locked": {
"lastModified": 1782075446,
"narHash": "sha256-dQOypewXssYUSW2MPHx42EUlLPJMR8zetcr98t8LeTE=",
"ref": "refs/heads/main",
"rev": "fd13bb27628cd39c393fd898c1c9957ce44eff9f",
"revCount": 1,
"type": "git",
"url": "https://git.chiasson.cloud/dms-plugins/wvkbd-toggle"
},
"original": {
"type": "git",
"url": "https://git.chiasson.cloud/dms-plugins/wvkbd-toggle"
}
},
"flake-compat": {
"locked": {
"lastModified": 1733328505,
@@ -1087,10 +1119,12 @@
"dms-plugin-nix-package-runner": "dms-plugin-nix-package-runner",
"dms-plugin-ocr-scanner": "dms-plugin-ocr-scanner",
"dms-plugin-official": "dms-plugin-official",
"dms-plugin-rbw-lock-toggle": "dms-plugin-rbw-lock-toggle",
"dms-plugin-unified-taskbar": "dms-plugin-unified-taskbar",
"dms-plugin-wallpaper-carousel": "dms-plugin-wallpaper-carousel",
"dms-plugin-web-search": "dms-plugin-web-search",
"dms-plugin-widget-group": "dms-plugin-widget-group",
"dms-plugin-wvkbd-toggle": "dms-plugin-wvkbd-toggle",
"flake-parts": "flake-parts",
"home-manager": "home-manager",
"import-tree": "import-tree",