hosts/keith+home/hyprpaper: Remove home/hyprpaper

wpaperd is just cooler :(
This commit is contained in:
Weckyy702
2026-03-17 00:29:40 +01:00
parent 7410e0e0a2
commit dbed42316a
2 changed files with 7 additions and 28 deletions

View File

@@ -1,22 +0,0 @@
{
config.flake.factory.hyprpaper = mappings: { config
, osConfig
, lib
, ...
}: {
services.hyprpaper = assert osConfig.programs.hyprland.enable; {
enable = true;
settings = {
preload = map ({ path, ... }: path) mappings;
wallpaper =
map
({ monitor
, path
, prefix ? ""
,
}: "${monitor},${prefix}${path}")
mappings;
};
};
};
}

View File

@@ -3,21 +3,22 @@
imports = with inputs.self.modules.nixos; [ imports = with inputs.self.modules.nixos; [
weckyy702 weckyy702
steam steam
mullvad
]; ];
home-manager.users.weckyy702 = { config, ... }: { home-manager.users.weckyy702 = { config, ... }: {
imports = with inputs.self.modules.homeManager; imports = with inputs.self.modules.homeManager;
with inputs.self.factory; [ with inputs.self.factory; [
(hyprpaper { (wpaperd {
wallpaper_path = "${inputs.assets}/horizontal_16x9.png"; default = {
monitor_names = [ path = "${inputs.assets}/horizontal_16x9.png";
"DP-1" };
"HDMI-A-1"
];
}) })
vesktop vesktop
spicetify spicetify
borgmatic borgmatic
qbittorrent qbittorrent
]; ];
}; };