diff options
author | sinanmohd <sinan@firemail.cc> | 2023-08-08 07:45:37 +0530 |
---|---|---|
committer | sinanmohd <sinan@firemail.cc> | 2023-08-10 05:36:17 +0530 |
commit | 0bed62a620eeb49ccbe03ac4acf6f437e53939ab (patch) | |
tree | 65874635a2848bb4a9f676fe296ee6e3a3d6b495 /features/xdp.nix | |
parent | 5a641e216e7799b024261cc2b77f272fe6473782 (diff) |
clean up: inconsistent list style
Diffstat (limited to 'features/xdp.nix')
-rw-r--r-- | features/xdp.nix | 6 |
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 = { |