mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
- Create shared Noctalia config in dotfiles/desktop/.config/noctalia/ - Add Ayu theme, plugin enablement, and Clipper settings - Migrate Clipper checkout from standalone to official noctalia-plugins - Add template with host-specific variables for deterministic rendering - Move Noctalia bar configuration to desktop group_vars - Create role tasks for rendering and copying Noctalia settings
25 lines
645 B
JSON
25 lines
645 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"
|
|
}
|
|
},
|
|
"version": 2
|
|
}
|