fix(agenix): remove system hard coding
This commit is contained in:
@@ -11,15 +11,10 @@ let
|
||||
inherit (lib) mkIf mkEnableOption;
|
||||
|
||||
cfg = config.home.services.hyprpaper;
|
||||
|
||||
hyprpaperFlake = inputs.hyprpaper.packages.${pkgs.system}.default;
|
||||
|
||||
bg = osConfig.settings.theme.background;
|
||||
|
||||
bgs = cLib.theme.bgs;
|
||||
|
||||
wallpapers = map (m: "${m.monitor},${bgs.resolve m.bg}") monitorMappings;
|
||||
|
||||
monitorMappings = [
|
||||
{
|
||||
monitor = "DP-3";
|
||||
|
||||
Reference in New Issue
Block a user