[Hyprland,Eww] Refactors configs so that I can share more between Vega and Altair

This commit is contained in:
2026-06-01 16:54:06 -07:00
parent e078067a5e
commit e936b9da8f
12 changed files with 274 additions and 124 deletions

View File

@@ -1,4 +1,5 @@
monitors: _: {
{ config, ... }:
{
services.hyprpaper = {
enable = true;
settings = {
@@ -9,7 +10,7 @@ monitors: _: {
timeout = 3600;
recursive = true;
fit_mode = "cover";
}) monitors;
}) (builtins.attrNames config.hardware.monitors);
};
};
}