Replace caelestia shell with Waybar and Walker

Remove caelestia-shell/cli inputs and prune corresponding flake.lock
entries. Update Hyprland keybindings to use walker, grimblast and
Waybar, use loginctl for locking and pkill/waybar for restart. Add
new home/system modules for waybar and walker and enable them in
host configs. Delete obsolete INSTALL-laptop.md.
This commit is contained in:
kptltd00m
2026-06-28 12:48:00 +02:00
parent c2e5500051
commit 849b0f0cfd
9 changed files with 169 additions and 409 deletions
+9
View File
@@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [
walker
];
wayland.windowManager.hyprland.settings.exec-once = [
"walker --gapplication-service"
];
}