Files
nixy/home/system/walker/default.nix
T
kptltd00m 849b0f0cfd 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.
2026-06-28 12:48:00 +02:00

10 lines
162 B
Nix

{pkgs, ...}: {
home.packages = with pkgs; [
walker
];
wayland.windowManager.hyprland.settings.exec-once = [
"walker --gapplication-service"
];
}