update packages; niri stuff
This commit is contained in:
parent
cb4b22b4e5
commit
dd8ff25c31
7 changed files with 65 additions and 61 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue