summaryrefslogtreecommitdiff
path: root/features/xdp.nix
diff options
context:
space:
mode:
authorsinanmohd <sinan@sinanmohd.com>2023-08-08 07:45:37 +0530
committersinanmohd <sinan@sinanmohd.com>2023-08-10 05:36:17 +0530
commitaae7f5b6e7fefc263ce9d0932b341cb010e9ccd3 (patch)
tree65874635a2848bb4a9f676fe296ee6e3a3d6b495 /features/xdp.nix
parent4c093e4143ac53c6e1acd202eb6ae7b78f66d0d1 (diff)
clean up: inconsistent list style
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 = {