nyx/modules/home-manager/hypr/hyprland/execs.nix
2024-12-19 09:07:40 +02:00

9 lines
214 B
Nix

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