1
Fork 0

Some gpt themes + tex modifications + working hyprpaper

This commit is contained in:
Matei Adriel 2023-07-06 21:34:24 +02:00
parent 84aaa6f6b9
commit c9bf24c49b
No known key found for this signature in database
17 changed files with 206 additions and 27 deletions
home/features/wayland/hyprland

View file

@ -23,12 +23,13 @@ in
services.hyprpaper = {
enable = true;
systemdTarget = "hyprland-session.target";
preload = [ config.stylix.image ];
wallpapers = [
{ image = config.stylix.image; }
] ++ lib.forEach enabledMonitors ({ name, ... }: {
monitor = name;
image = config.stylix.image;
});
wallpapers = [{ inherit (config.stylix) image; }] ++
lib.forEach enabledMonitors ({ name, ... }: {
monitor = name;
image = config.stylix.image;
});
};
}