chore(update): update flake file #56

Merged
aaron merged 5 commits from feature/updates into main 2026-06-16 14:44:10 +02:00
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
// 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
- 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
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
aaron merged commit bf5de3872f into main 2026-06-16 14:44:10 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaron/nixconfig#56