From 00c364053ba73ffb6425a34b53aec5ae4ffe1bc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Mon, 8 May 2023 13:51:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20use=20swayfx,=20nice=20blur=20br?= =?UTF-8?q?o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/neodymium/home/wayland/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/hosts/neodymium/home/wayland/default.nix b/hosts/neodymium/home/wayland/default.nix index c5663c5..c23041a 100644 --- a/hosts/neodymium/home/wayland/default.nix +++ b/hosts/neodymium/home/wayland/default.nix @@ -14,6 +14,17 @@ in { }; wayland.windowManager.sway = { enable = true; + package = (pkgs.swayfx.overrideAttrs (old: { + src = pkgs.fetchFromGitHub { + owner = "WillPower3309"; + repo = "swayfx"; + rev = "6e53c04abf34599a6c36d1fb57df26d641bee8a1"; + sha256 = "sha256-dtAbtiRnY1GL9UuPE9iKwF2ZwxPqaOva196Pl8YARg0="; + }; + })); + extraConfig = '' + blur enable + ''; config = rec { modifier = "Mod4"; terminal = "alacritty";