mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
- Add canonical usb-drive-manager plugin to Noctalia (symlink from official) - Remove nm-applet and blueman packages from nymph Sway session - Run udiskie without tray (backend for automount/LUKS, UI via usb-drive-manager) - Add screenOverrides support to Noctalia bar via inventory variables - Add host_packages_absent task to packages_void role - Update desktop docs with full plugin list and config layering - Add focused validation check for Sway/Noctalia bootstrap
29 lines
792 B
JSON
29 lines
792 B
JSON
{
|
|
"sources": [
|
|
{
|
|
"enabled": true,
|
|
"name": "Noctalia Plugins",
|
|
"url": "https://github.com/noctalia-dev/noctalia-plugins"
|
|
}
|
|
],
|
|
"states": {
|
|
"clipper": {
|
|
"enabled": true,
|
|
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
|
},
|
|
"polkit-agent": {
|
|
"enabled": true,
|
|
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
|
},
|
|
"screenshot": {
|
|
"enabled": true,
|
|
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
|
},
|
|
"usb-drive-manager": {
|
|
"enabled": true,
|
|
"sourceUrl": "https://github.com/noctalia-dev/noctalia-plugins"
|
|
}
|
|
},
|
|
"version": 2
|
|
}
|