hosts/keith+home/hyprpaper: Remove home/hyprpaper
wpaperd is just cooler :(
This commit is contained in:
@@ -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;
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
||||||
@@ -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
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user