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; [
|
||||
weckyy702
|
||||
steam
|
||||
mullvad
|
||||
];
|
||||
|
||||
home-manager.users.weckyy702 = { config, ... }: {
|
||||
imports = with inputs.self.modules.homeManager;
|
||||
with inputs.self.factory; [
|
||||
(hyprpaper {
|
||||
wallpaper_path = "${inputs.assets}/horizontal_16x9.png";
|
||||
monitor_names = [
|
||||
"DP-1"
|
||||
"HDMI-A-1"
|
||||
];
|
||||
(wpaperd {
|
||||
default = {
|
||||
path = "${inputs.assets}/horizontal_16x9.png";
|
||||
};
|
||||
})
|
||||
|
||||
vesktop
|
||||
spicetify
|
||||
borgmatic
|
||||
|
||||
qbittorrent
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user