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

8 lines
174 B
Nix

{ pkgs, config, inputs, ... }: {
wayland.windowManager.hyprland.settings = {
exec-once = [
"${pkgs.swww}/bin/swww-daemon --format xrgb"
"ags"
];
};
}