update packages; niri stuff

This commit is contained in:
Reid 2025-06-02 01:46:47 -07:00
parent cb4b22b4e5
commit dd8ff25c31
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
7 changed files with 65 additions and 61 deletions

View file

@ -27,13 +27,6 @@ in {
package = cfg.package;
};
# home-manager recently did a huge upgrade and made it so wayland stuff doesn't break anymore
# however... they forgot to include cliphist
# https://github.com/nix-community/home-manager/pull/5785
# EDIT: i initially did this with `graphical-session-pre.target`, but that didn't work, pray this does
hm.systemd.user.services.cliphist.Unit.After = "graphical-session.target";
hm.systemd.user.services.cliphist-images.Unit.After = "graphical-session.target";
modules.desktop.rofi.enable = true;
};
}