summaryrefslogtreecommitdiff
path: root/features/xdp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'features/xdp.nix')
-rw-r--r--features/xdp.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/features/xdp.nix b/features/xdp.nix
index 78ee5f8..eed561b 100644
--- a/features/xdp.nix
+++ b/features/xdp.nix
@@ -11,12 +11,14 @@ let
dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=wlroots
systemctl --user stop pipewire wireplumber xdg-desktop-portal xdg-desktop-portal-wlr
systemctl --user start pipewire wireplumber xdg-desktop-portal xdg-desktop-portal-wlr
- '';
+ '';
};
in
{
# pkgs
- environment.systemPackages = [ dbus-xdp-environment ];
+ environment.systemPackages = [
+ dbus-xdp-environment
+ ];
# xdg desktop portal
xdg.portal = {