chore(update): update flake file #56
Owner
- this updates noctalia to v5.0 which breaks the current config
- the niri config needs to be updated in order to launch noctalia
- some niri binds also need updating
- the noctalia-config has been migratet to the .toml format and is not compatible, it has to be re-done by hand
- so far no breaking changes (workflow-wise) have been observed all features I used are present and can be configred
- cat-run plugin is likely missing though
- this updates noctalia to v5.0 which breaks the current config
- the niri config needs to be updated in order to launch noctalia
- some niri binds also need updating
```json
// spawn-at-startup "noctalia-shell"
spawn-at-startup "noctalia"
...
// binds for running programs: terminal, app launcher, screen locker.
Mod+Return hotkey-overlay-title="Open a Terminal" { spawn "ghostty"; }
Mod+D hotkey-overlay-title="Run an Application" { spawn "noctalia" "msg" "panel-toggle" "launcher"; }
Super+Alt+L hotkey-overlay-title="Lock the Screen" { spawn "noctalia" "msg" "session" "lock"; }
...
```
- the noctalia-config has been migratet to the .toml format and is not compatible, it has to be re-done by hand
- so far no breaking changes (workflow-wise) have been observed all features I used are present and can be configred
- cat-run plugin is likely missing though
👀
1
aaron
added 1 commit 2026-06-11 16:02:15 +02:00
aaron
added 1 commit 2026-06-14 16:49:50 +02:00
aaron
added 1 commit 2026-06-15 10:48:01 +02:00
aaron
added 1 commit 2026-06-15 10:54:39 +02:00
aaron
added 1 commit 2026-06-16 12:05:14 +02:00
Reference in New Issue
Block a user
Delete Branch "feature/updates"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?