nyx/modules/home-manager/hypr/hyprland/execs.nix

9 lines
174 B
Nix
Raw Normal View History

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