I am having an issue with Hyprland were the keybinds stop working after running nixos-rebuild until I logout/login again or reboot which is really annoying.
Just wondering if anyone else has run into this issue or not? I’ve been trying for hours to find a fix but haven’t found anything. I can see an error in the hyprctl logs after rebuilding so I was wondering if it might be related to the config not reloading properly when the symlink changes after rebuilding? [ERR] CConfigWatcher: got an event for wd 2 which we don’t have?! I am using home manager to configure the settings.
My hyprland nix setup is here for reference. Appreciate if anyone has any ideas! Thanks a lot.
Adding this to my config seems to have helped. exec = [ “systemctl --user restart hyprland-session.target” ]; And my resize submap seemed to have issues so I removed that for now. Will see how it goes.