nix fmt
Some checks are pending
nix-build / default-build (push) Waiting to run
nix-build / fallarbor-build (push) Waiting to run
nix-build / lavaridge-build (push) Waiting to run
nix-build / mauville-build (push) Waiting to run
nix-build / petalburg-build (push) Waiting to run
nix-build / rustboro-build (push) Waiting to run
nix-check / fmt-check (push) Waiting to run
nix-check / eval-check (push) Waiting to run

This commit is contained in:
Aly Raffauf 2024-08-02 15:40:50 -04:00
parent deb5a43eee
commit db59a3c627
3 changed files with 5 additions and 5 deletions

View file

@ -39,7 +39,7 @@
swayosd.enable = lib.mkDefault true; swayosd.enable = lib.mkDefault true;
}; };
systemd.user.services.swayosd.Install.WantedBy = [ "hyprland-session.target" "sway-session.target" ]; systemd.user.services.swayosd.Install.WantedBy = ["hyprland-session.target" "sway-session.target"];
xdg.portal = { xdg.portal = {
enable = true; enable = true;