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

10 lines
214 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"
2024-12-19 07:07:40 +00:00
"${pkgs.librewolf}/bin/librewolf"
"ags"
2024-08-30 20:18:40 +00:00
];
};
}