mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
Add canonical Noctalia config and migrate Clipper to official plugin
- 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
This commit is contained in:
24
dotfiles/desktop/.config/noctalia/plugins.json
Normal file
24
dotfiles/desktop/.config/noctalia/plugins.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user