2024-08-30 20:18:40 +00:00
|
|
|
{ pkgs, config, inputs, ... }: {
|
|
|
|
wayland.windowManager.hyprland.settings = {
|
|
|
|
exec-once = [
|
|
|
|
"${pkgs.swww}/bin/swww-daemon --format xrgb"
|
2024-10-13 16:40:36 +00:00
|
|
|
"ags"
|
2024-08-30 20:18:40 +00:00
|
|
|
];
|
|
|
|
};
|
2024-10-13 16:40:36 +00:00
|
|
|
}
|