diff options
author | sinanmohd <pcmsinan@gmail.com> | 2023-07-04 16:47:52 +0530 |
---|---|---|
committer | sinanmohd <pcmsinan@gmail.com> | 2023-07-04 16:47:52 +0530 |
commit | 06e99acc73439dd7822a00f7ddb70c350c2343dd (patch) | |
tree | f3b1bda20c0e68a064f1a81538b27c647b8198d3 /features/wayland.nix | |
parent | fab75a1ce70befee82fe07d285e382fee8627c51 (diff) |
cleaup: code style
Diffstat (limited to 'features/wayland.nix')
-rw-r--r-- | features/wayland.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/features/wayland.nix b/features/wayland.nix index 9347f1c..99b252c 100644 --- a/features/wayland.nix +++ b/features/wayland.nix @@ -7,8 +7,7 @@ let destination = "/bin/dbus-xdp-environment"; executable = true; - text = - '' + text = '' 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 |