about summary refs log tree commit diff
path: root/pkgs/applications/window-managers
diff options
context:
space:
mode:
authorKira Bruneau <kira.bruneau@pm.me>2023-11-26 11:19:49 -0500
committerKira Bruneau <kira.bruneau@pm.me>2023-11-26 11:19:49 -0500
commitf8f71bb978e75c49782fc19d0cb4009f670203dd (patch)
tree3a94c0c0bfa763c384f4e0480b54418188512525 /pkgs/applications/window-managers
parent78112a98f353992ea526a6bbce683653d1bc2a0d (diff)
Revert "swayfx: wrap like sway"
This reverts commit a1674c57abc9c369467195ccbd5b6fd1d1dd6209.
Diffstat (limited to 'pkgs/applications/window-managers')
-rw-r--r--pkgs/applications/window-managers/sway/wrapper.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/applications/window-managers/sway/wrapper.nix b/pkgs/applications/window-managers/sway/wrapper.nix
index 056d552caa972..7510e1e9582b3 100644
--- a/pkgs/applications/window-managers/sway/wrapper.nix
+++ b/pkgs/applications/window-managers/sway/wrapper.nix
@@ -1,4 +1,5 @@
 { lib
+, sway-unwrapped
 , makeWrapper, symlinkJoin, writeShellScriptBin
 , withBaseWrapper ? true, extraSessionCommands ? "", dbus
 , withGtkWrapper ? false, wrapGAppsHook, gdk-pixbuf, glib, gtk3
@@ -10,8 +11,6 @@
 , dbusSupport ? true
 }:
 
-sway-unwrapped:
-
 assert extraSessionCommands != "" -> withBaseWrapper;
 
 with lib;