Update nixpkgs-unstable, use built-in swayfx
This commit is contained in:
parent
bd150ad9e8
commit
214b36e2d6
7 changed files with 30 additions and 39 deletions
|
@ -70,9 +70,14 @@ in
|
|||
systemd.user.services.swaync.Install.WantedBy = [ "niri.service" ];
|
||||
systemd.user.services.swaync.Unit.After = [ "niri.service" ];
|
||||
systemd.user.targets.tray.Unit.After = [ "niri.service" ];
|
||||
systemd.user.targets.xwayland.Unit.After = [ "niri.service" ];
|
||||
|
||||
programs.my-waybar = {
|
||||
enable = true;
|
||||
enableLaptopBars = lib.mkDefault cfg.enableLaptop;
|
||||
};
|
||||
systemd.user.services.waybar.Unit.After = [ "niri.service" ];
|
||||
systemd.user.services.waybar.Install.WantedBy = [ "niri.service" ];
|
||||
systemd.user.targets.xwayland.Unit.After = [ "niri.service" ];
|
||||
|
||||
# xwayland-satellite
|
||||
systemd.user.services.niri-xwayland-satellite = lib.mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue