pkgs: hyprland to flakes

This commit is contained in:
2024-11-18 22:00:27 +03:00
parent 5c04f7522d
commit 734a4fc44c
10 changed files with 436 additions and 69 deletions
@@ -1,9 +1,10 @@
{ pkgs, lib, config, ... }: {
{ pkgs, lib, config, inputs, ... }: {
imports = [(
import ../../../patterns/hyprland.nix {
inherit lib;
inherit pkgs;
inherit config;
inherit inputs;
collection = "sweetbread/1764377";
swww_flags = "--transition-type center";
}
@@ -40,10 +41,12 @@
new_optimizations = true;
};
drop_shadow = true;
shadow_range = 4;
shadow_render_power = 3;
"col.shadow" = "rgba(1a1a1aee)";
shadow = {
enabled = true;
range = 4;
render_power = 3;
color = "rgba(1a1a1aee)";
};
};
animations = {