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 15:35:38 -0500
committerGitHub <noreply@github.com>2023-11-26 15:35:38 -0500
commit8d16f1e8fe89f1cbe8c3b62d2f93f7db1bea5971 (patch)
tree7e14632ffe4fdb0383aad432732fd7e3ed70bf78 /pkgs/applications/window-managers
parentc1e9dde1f69da347ad369bdb4cebda5c4d5e14d7 (diff)
parentf8f71bb978e75c49782fc19d0cb4009f670203dd (diff)
Merge pull request #270185 from kira-bruneau/swayfx
Revert "swayfx: wrap like sway"
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;