[Hyprland,Eww] Refactors configs so that I can share more between Vega and Altair
This commit is contained in:
@@ -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);
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user