💄 use swayfx, nice blur bro

This commit is contained in:
Laureηt 2023-05-08 13:51:59 +02:00
parent f3e51d7651
commit 00c364053b
Signed by: Laurent
SSH key fingerprint: SHA256:kZEpW8cMJ54PDeCvOhzreNr4FSh6R13CMGH/POoO8DI

View file

@ -14,6 +14,17 @@ in {
}; };
wayland.windowManager.sway = { wayland.windowManager.sway = {
enable = true; enable = true;
package = (pkgs.swayfx.overrideAttrs (old: {
src = pkgs.fetchFromGitHub {
owner = "WillPower3309";
repo = "swayfx";
rev = "6e53c04abf34599a6c36d1fb57df26d641bee8a1";
sha256 = "sha256-dtAbtiRnY1GL9UuPE9iKwF2ZwxPqaOva196Pl8YARg0=";
};
}));
extraConfig = ''
blur enable
'';
config = rec { config = rec {
modifier = "Mod4"; modifier = "Mod4";
terminal = "alacritty"; terminal = "alacritty";